edit files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
define('APP_NAME', 'WebGIS Kemiskinan Pontianak');
|
||||
define('APP_VERSION', '3.0.0');
|
||||
define('TIMEZONE', 'Asia/Makassar');
|
||||
define('ROLE_ADMIN', 1);
|
||||
define('ROLE_PENGURUS', 2);
|
||||
define('ROLE_PIMPINAN', 3);
|
||||
define('ROLE_MASYARAKAT', 4);
|
||||
define('SESSION_NAME', 'webgis_session');
|
||||
define('UPLOAD_DIR', __DIR__ . '/../uploads/');
|
||||
date_default_timezone_set(TIMEZONE);
|
||||
Reference in New Issue
Block a user