We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9527 commit ea576dbCopy full SHA for ea576db
config.php
@@ -18,6 +18,7 @@
18
define('SYSTEM', SCRIPT . 'System/');
19
define('CONTROLLERS', SCRIPT . 'Application/Controllers/');
20
define('MODELS', SCRIPT . 'Application/Models/');
21
+define('UPLOAD', SCRIPT . 'Upload/');
22
23
// Config Database
24
define('DATABASE', [
0 commit comments