Initial commit

This commit is contained in:
Robin Kloppe 2014-06-16 09:04:12 +02:00
parent 1734ec3aa7
commit 133633aa04
5 changed files with 154 additions and 0 deletions

View file

@ -0,0 +1,6 @@
copy.src.files=false
copy.src.on.open=false
copy.src.target=
index.file=index.php
run.as=LOCAL
url=http://localhost/fahrradwetter/

View file

@ -0,0 +1,7 @@
include.path=${php.global.include.path}
php.version=PHP_54
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.

9
nbproject/project.xml Normal file
View file

@ -0,0 +1,9 @@
<?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>fahrradwetter</name>
</data>
</configuration>
</project>