Advertisement
YaakovTooth

Yaakov Paste

Apr 14th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. ////////////////////////////// Проверяем что система установлена /////////////////////////////
  2.  
  3.     if(is_dir('install')||is_dir('migrate')) {
  4.         if (!file_exists(PATH.'/includes/config.inc.php')){
  5.             header('location:/install/');
  6.         } else {
  7.             include(PATH.'/core/messages/installation.html');
  8.             die();
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement