Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Defines, You may find these in the functions and shit
- define('version', '1'); //Change this when ever you edit the skin. Else the users might need to clear cache.
- define('80/443', 'http://'); // Either http:// if you don't use SSl, Else https://
- define('url', 'http://localhost');
- //Don't change this to "i"
- include("_functions/_i.php");
- //Includes using the i.php function
- i("_functions/_error.php");
- i("_functions/_login.php");
- i("_class/_mysql.php");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment