Commit 6ceb00a01592d148d332a3ead87113029ed37d7c
1 parent
85861cbac7
Exists in
master
test
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
index.php
| ... | ... | @@ -6,9 +6,9 @@ |
| 6 | 6 | |
| 7 | 7 | // ini_set('display_errors', 1); |
| 8 | 8 | // error_reporting(E_ALL & ~E_NOTICE); |
| 9 | - define('OLDROOT', true); // Константа определяет, что приложение работает по старому принципу расположения корня | |
| 9 | +define('OLDROOT', true); // Константа определяет, что приложение работает по старому принципу расположения корня | |
| 10 | 10 | |
| 11 | - require_once('./k2shop/k2shop/index.php'); | |
| 11 | +require_once('./k2shop/k2shop/index.php'); | |
| 12 | 12 | |
| 13 | 13 | |
| 14 | 14 |