Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0cc766cc7 |
@@ -41,8 +41,6 @@ define('IMAGES', 'images' . DS);
|
|||||||
define('ICONS', 'icons' . DS);
|
define('ICONS', 'icons' . DS);
|
||||||
// media (accessable from outside)
|
// media (accessable from outside)
|
||||||
define('MEDIA', 'media' . DS);
|
define('MEDIA', 'media' . DS);
|
||||||
// flash-root (below media or data)
|
|
||||||
define('FLASH', 'flash' . DS);
|
|
||||||
// uploads (anything to keep or data)
|
// uploads (anything to keep or data)
|
||||||
define('UPLOADS', 'uploads' . DS);
|
define('UPLOADS', 'uploads' . DS);
|
||||||
// files (binaries) (below media or data)
|
// files (binaries) (below media or data)
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ class Basic
|
|||||||
// set the paths matching to the valid file types
|
// set the paths matching to the valid file types
|
||||||
$this->data_path = [
|
$this->data_path = [
|
||||||
'P' => PICTURES,
|
'P' => PICTURES,
|
||||||
'F' => FLASH,
|
'F' => DATA,
|
||||||
'V' => VIDEOS,
|
'V' => VIDEOS,
|
||||||
'D' => DOCUMENTS,
|
'D' => DOCUMENTS,
|
||||||
'A' => PDFS,
|
'A' => PDFS,
|
||||||
|
|||||||
Reference in New Issue
Block a user