Rebrand
This commit is contained in:
parent
4932f5c02c
commit
b22043c87f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/GeoLite2-City.mmdb
|
||||
/database.mwb.bak
|
||||
/settings.php
|
||||
/settings.php
|
||||
/vendor
|
||||
|
0
nbproject/private/config.properties
Normal file
0
nbproject/private/config.properties
Normal file
6
nbproject/private/private.properties
Normal file
6
nbproject/private/private.properties
Normal file
@ -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/
|
7
nbproject/private/private.xml
Normal file
7
nbproject/private/private.xml
Normal file
@ -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>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
||||
<name>LecteServer</name>
|
||||
<name>CommunityVotingAppServer</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
||||
|
@ -17,7 +17,7 @@ $SETTINGS = [
|
||||
"password" => "",
|
||||
"charset" => "utf8"
|
||||
],
|
||||
"app_name" => "Lecte",
|
||||
"app_name" => "CommunityVotingApp",
|
||||
"accounthub" => [
|
||||
"api" => "https://apps.netsyms.com/account/api/",
|
||||
"home" => "https://apps.netsyms.com/account/home.php",
|
||||
|
Loading…
x
Reference in New Issue
Block a user