Updated Gitignore
This commit is contained in:
parent
d1b31e0cd8
commit
0bbd213ec2
|
|
@ -10,6 +10,7 @@ html_thumbs_cdn/
|
||||||
## Misc
|
## Misc
|
||||||
html_data/Error/uploads/
|
html_data/Error/uploads/
|
||||||
## Setup
|
## Setup
|
||||||
html_setup/
|
html_setup/*.txt
|
||||||
!html_setup/*.php
|
html_setup/*.zip
|
||||||
|
html_setup/*.exe
|
||||||
!html_setup/cdn.txt
|
!html_setup/cdn.txt
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
echo '{"ExeVersion": "'.$ws->GameFileVersion.'", "ValidateInstalledExeVersion": "True", "ShowInstallSuccessPrompt": "True"}';
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
setup.alphaland.cc
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
echo $ws->AlphalandVersion;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
echo $ws->AlphalandStudioVersion;
|
||||||
Loading…
Reference in New Issue