Guest User

youphptube

a guest
May 1st, 2018
32
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. $global['disableAdvancedConfigurations'] = 0;
  3. $global['videoStorageLimitMinutes'] = 0;
  4. $global['webSiteRootURL'] = 'http://localhost/tube/';
  5. $global['systemRootPath'] = glob($_SERVER["DOCUMENT_ROOT"]."home3/asimmukh/public_html");;
  6.  
  7.  
  8. $mysqlHost = 'localhost';
  9. $mysqlPort = '3306';
  10. $mysqlUser = 'root';
  11. $mysqlPass = '';
  12. $mysqlDatabase = 'tubeplus';
  13.  
  14. /**
  15.  * Do NOT change from here
  16.  */
  17.  
  18. require_once $global['systemRootPath'].'objects/include_config.php';
Add Comment
Please, Sign In to add comment