Carl_Meller

ROOT - index.PHP

Nov 17th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. <?php
  2. //Defines, You may find these in the functions and shit
  3. define('version', '1'); //Change this when ever you edit the skin. Else the users might need to clear cache.
  4. define('80/443', 'http://'); // Either http:// if you don't use SSl, Else https://
  5. define('url', 'http://localhost');
  6.  
  7. //Don't change this to "i"
  8. include("_functions/_i.php");
  9.  
  10. //Includes using the i.php function
  11. i("_functions/_error.php");
  12. i("_functions/_login.php");
  13. i("_class/_mysql.php");
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment