forked from vergnet/site-accueil-insa
Compare commits
2 commits
822da2795d
...
9df5c1c865
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9df5c1c865 | ||
|
|
e28f70b9b8 |
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ob_start(); // Start reading html
|
||||||
//header('Location: construction.php');
|
//header('Location: construction.php');
|
||||||
|
|
||||||
define("urlParam", "path");
|
define("urlParam", "path");
|
||||||
define("photoRoot", "photos_folders/photos");
|
define("photoRoot", "../photos_folders/photos");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get active path from url and prevent from seeing folders before 'photos/'
|
* Get active path from url and prevent from seeing folders before 'photos/'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue