Guest User

Untitled

a guest
Apr 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public $cache_handler = 'file';
  2. public $cachetime = '15';
  3. public $caching = '0';
  4. public $captcha = '0';
  5. public $cookie_domain = '';
  6. public $cookie_path = '';
  7. public $db = 'database_name';
  8.  
  9. grep -F -r "public $db" --include="configuration.php"
  10.  
  11. /folder1/configuration.php: public $db = "db1";
  12. /folder2/configuration.php: public $db = "db2";
  13. /folder3/configuration.php: public $db = "db3";
Add Comment
Please, Sign In to add comment