Advertisement
Guest User

config.php

a guest
Jan 30th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. <?php
  2. /** ****************************************
  3.  * Configuration settings
  4.  * *****************************************
  5.  * Version 1.00
  6.  * Created by Reqviem
  7.  * Date 04 January 2013
  8.  * **/
  9.  
  10. define  ( 'BASE_PATH'     , ''                          );
  11. define  ( 'BASE_URL'      , 'http://192.168.1.100/rh-bin/'  );
  12.  
  13. define  ( 'DIR_TEMPLATES' , BASE_PATH . 'templates/'    );
  14. define  ( 'DIR_CLASSES'   , BASE_PATH . 'cls/'          );
  15. define  ( 'DIR_EXTRACTED' , BASE_PATH . 'extracted/'    );
  16. define  ( 'DIR_RECOMPILED', BASE_PATH . 'recompiled/'   );
  17.  
  18. include_once 'func.php';
  19.  
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement