btw new php test file

This commit is contained in:
Bitl 2020-01-04 15:08:03 -07:00
parent be653709b6
commit dd28e4e957
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,11 @@
<html>
<title>Novetus Webserver Test Page</title>
<body>
<center>FUCKING HORSES!!!!!!!!</center>
<script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/basecfg.js" id="browser-ponies-config"></script><script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/browserponies.js" id="browser-ponies-script"></script><script type="text/javascript">/* <![CDATA[ */ (function (cfg) {BrowserPonies.setBaseUrl(cfg.baseurl);BrowserPonies.loadConfig(BrowserPoniesBaseConfig);BrowserPonies.loadConfig(cfg);})({"baseurl":"https://panzi.github.io/Browser-Ponies/","fadeDuration":500,"volume":1,"fps":25,"speed":3,"audioEnabled":false,"showFps":false,"showLoadProgress":true,"speakProbability":0.1,"spawn":{"apple bloom":1,"applejack":1,"derpy hooves":1,"fluttershy":1,"pinkie pie":1,"rainbow dash":1,"rarity":1,"scootaloo":1,"sweetie belle":1,"twilight sparkle":1},"autostart":true}); /* ]]> */</script>
</body>
</html>
<?php
echo "This is the default index.php. PHP Version: ";
echo phpversion();

View File

@ -1,6 +0,0 @@
<html>
<body>
<center>FUCKING HORSES!!!!!!!!</center>
<script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/basecfg.js" id="browser-ponies-config"></script><script type="text/javascript" src="https://panzi.github.io/Browser-Ponies/browserponies.js" id="browser-ponies-script"></script><script type="text/javascript">/* <![CDATA[ */ (function (cfg) {BrowserPonies.setBaseUrl(cfg.baseurl);BrowserPonies.loadConfig(BrowserPoniesBaseConfig);BrowserPonies.loadConfig(cfg);})({"baseurl":"https://panzi.github.io/Browser-Ponies/","fadeDuration":500,"volume":1,"fps":25,"speed":3,"audioEnabled":false,"showFps":false,"showLoadProgress":true,"speakProbability":0.1,"spawn":{"apple bloom":1,"applejack":1,"derpy hooves":1,"fluttershy":1,"pinkie pie":1,"rainbow dash":1,"rarity":1,"scootaloo":1,"sweetie belle":1,"twilight sparkle":1},"autostart":true}); /* ]]> */</script>
</body>
</html>