Skip to content

Commit ea576db

Browse files
committed
Define a global variable for upload path directory
1 parent 55d9527 commit ea576db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
define('SYSTEM', SCRIPT . 'System/');
1919
define('CONTROLLERS', SCRIPT . 'Application/Controllers/');
2020
define('MODELS', SCRIPT . 'Application/Models/');
21+
define('UPLOAD', SCRIPT . 'Upload/');
2122

2223
// Config Database
2324
define('DATABASE', [

0 commit comments

Comments
 (0)