minor: install add where you are

skala
Laurent Opprecht 14 years ago
parent 085d4116c3
commit edc166459b
  1. 2
      main/install/update-db-1.6.x-1.8.0.inc.php
  2. 2
      main/install/update-db-1.8.0-1.8.2.inc.php
  3. 2
      main/install/update-db-1.8.2-1.8.3.inc.php
  4. 2
      main/install/update-db-1.8.3-1.8.4.inc.php
  5. 2
      main/install/update-db-1.8.4-1.8.5.inc.php
  6. 2
      main/install/update-db-1.8.5-1.8.6.inc.php
  7. 2
      main/install/update-db-1.8.6-1.8.6.1.inc.php
  8. 2
      main/install/update-db-1.8.6.1-1.8.6.2.inc.php
  9. 2
      main/install/update-db-1.8.6.2-1.8.7.inc.php
  10. 2
      main/install/update-db-1.8.7-1.8.8.inc.php
  11. 2
      main/install/update-db-1.8.8-1.9.0.inc.php
  12. 2
      main/install/update-files-1.6.x-1.8.0.inc.php
  13. 2
      main/install/update-files-1.8.3-1.8.4.inc.php
  14. 2
      main/install/update-files-1.8.4-1.8.5.inc.php
  15. 2
      main/install/update-files-1.8.5-1.8.6.inc.php
  16. 2
      main/install/update-files-1.8.6-1.8.6.1.inc.php
  17. 2
      main/install/update-files-1.8.6.1-1.8.6.2.inc.php
  18. 2
      main/install/update-files-1.8.6.2-1.8.7.inc.php
  19. 2
      main/install/update-files-1.8.7-1.8.8.inc.php

@ -534,5 +534,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -208,5 +208,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -207,6 +207,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -260,6 +260,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -278,6 +278,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -1141,6 +1141,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -259,6 +259,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -344,6 +344,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -555,5 +555,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -405,5 +405,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
*/
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -639,7 +639,7 @@ if (defined('SYSTEM_INSTALLATION')) {
}
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}
function check_work($folder_id, $work_url, $work_table, $base_work_dir) {

@ -147,5 +147,5 @@ if (defined('SYSTEM_INSTALLATION')) {
rename($updatePath . 'claroline/upload/video', $pathForm . 'main/upload/video');
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -53,6 +53,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -53,6 +53,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -117,5 +117,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -61,6 +61,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -84,5 +84,5 @@ if (defined('SYSTEM_INSTALLATION')) {
}
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -72,6 +72,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -72,6 +72,6 @@ if (defined('SYSTEM_INSTALLATION')) {
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

Loading…
Cancel
Save