convert spaces to tabs, removed netbeans project files
parent
fa08109830
commit
f3a5f16fc1
|
@ -18,7 +18,7 @@ report/
|
||||||
#ignore OSX .DS_Store files
|
#ignore OSX .DS_Store files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
/nbproject/private/
|
/nbproject/
|
||||||
|
|
||||||
#ignore smarty cache
|
#ignore smarty cache
|
||||||
/view/smarty3/compiled/
|
/view/smarty3/compiled/
|
||||||
|
|
|
@ -62,7 +62,6 @@ function cookienotice_addon_settings(&$a, &$s)
|
||||||
|
|
||||||
function cookienotice_addon_settings_post(&$a, &$b)
|
function cookienotice_addon_settings_post(&$a, &$b)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!is_site_admin())
|
if (!is_site_admin())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -94,7 +93,6 @@ function cookienotice_page_content_top($a, &$b)
|
||||||
*/
|
*/
|
||||||
function cookienotice_page_end($a, &$b)
|
function cookienotice_page_end($a, &$b)
|
||||||
{
|
{
|
||||||
|
|
||||||
$text = (string) Config::get('cookienotice', 'text');
|
$text = (string) Config::get('cookienotice', 'text');
|
||||||
$oktext = (string) Config::get('cookienotice', 'oktext');
|
$oktext = (string) Config::get('cookienotice', 'oktext');
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
include.path=${php.global.include.path}
|
|
||||||
php.version=PHP_70
|
|
||||||
source.encoding=UTF-8
|
|
||||||
src.dir=.
|
|
||||||
tags.asp=false
|
|
||||||
tags.short=false
|
|
||||||
web.root=.
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
||||||
<type>org.netbeans.modules.php.project</type>
|
|
||||||
<configuration>
|
|
||||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
|
||||||
<name>friendica addons</name>
|
|
||||||
</data>
|
|
||||||
</configuration>
|
|
||||||
</project>
|
|
Loading…
Reference in New Issue