master
Skylar Ittner 4 years ago
parent 4932f5c02c
commit b22043c87f

3
.gitignore vendored

@ -1,3 +1,4 @@
/GeoLite2-City.mmdb /GeoLite2-City.mmdb
/database.mwb.bak /database.mwb.bak
/settings.php /settings.php
/vendor

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

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
</open-files>
</project-private>

@ -3,7 +3,7 @@
<type>org.netbeans.modules.php.project</type> <type>org.netbeans.modules.php.project</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1"> <data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>LecteServer</name> <name>CommunityVotingAppServer</name>
</data> </data>
</configuration> </configuration>
</project> </project>

@ -17,7 +17,7 @@ $SETTINGS = [
"password" => "", "password" => "",
"charset" => "utf8" "charset" => "utf8"
], ],
"app_name" => "Lecte", "app_name" => "CommunityVotingApp",
"accounthub" => [ "accounthub" => [
"api" => "https://apps.netsyms.com/account/api/", "api" => "https://apps.netsyms.com/account/api/",
"home" => "https://apps.netsyms.com/account/home.php", "home" => "https://apps.netsyms.com/account/home.php",

Loading…
Cancel
Save