convert spaces to tabs, removed netbeans project files

pull/794/head
Peter Liebetrau 2019-01-20 14:20:20 +01:00
parent fa08109830
commit f3a5f16fc1
8 changed files with 118 additions and 136 deletions

2
.gitignore vendored
View File

@ -18,7 +18,7 @@ report/
#ignore OSX .DS_Store files
.DS_Store
/nbproject/private/
/nbproject/
#ignore smarty cache
/view/smarty3/compiled/

View File

@ -62,7 +62,6 @@ function cookienotice_addon_settings(&$a, &$s)
function cookienotice_addon_settings_post(&$a, &$b)
{
if (!is_site_admin())
return;
@ -94,7 +93,6 @@ function cookienotice_page_content_top($a, &$b)
*/
function cookienotice_page_end($a, &$b)
{
$text = (string) Config::get('cookienotice', 'text');
$oktext = (string) Config::get('cookienotice', 'oktext');

View File

@ -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=.

View File

@ -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>