X7ROOT File Manager
Current Path:
/var/softaculous/icehrm
var
/
softaculous
/
icehrm
/
??
..
??
changelog.txt
(4.89 KB)
??
config.php
(691 B)
??
edit.php
(4.19 KB)
??
edit.xml
(433 B)
??
fileindex.php
(343 B)
??
icehrm.sql
(158.54 KB)
??
icehrm.zip
(49.07 MB)
??
images
??
import.php
(3.03 KB)
??
info.xml
(2.26 KB)
??
install.js
(921 B)
??
install.php
(3.64 KB)
??
install.xml
(1.97 KB)
??
md5
(3.46 KB)
??
notes.txt
(849 B)
??
php53
??
php56
??
php71
??
php81
??
php82
Editing: config.php
<?php ini_set('error_log', 'data/icehrm.log'); define('APP_NAME', 'Ice Hrm'); define('FB_URL', 'Ice Hrm'); define('TWITTER_URL', 'Ice Hrm'); define('CLIENT_NAME', 'app'); define('APP_BASE_PATH', '[[softpath]]/core/'); define('CLIENT_BASE_PATH', '[[softpath]]/app/'); define('BASE_URL','[[softurl]]/web/'); define('CLIENT_BASE_URL','[[softurl]]/app/'); define('APP_DB', '[[softdb]]'); define('APP_USERNAME', '[[softdbuser]]'); define('APP_PASSWORD', '[[softdbpass]]'); define('APP_HOST', '[[softdbhost]]'); define('APP_CON_STR', 'mysqli://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'.APP_DB); //file upload define('FILE_TYPES', 'jpg,png,jpeg'); define('MAX_FILE_SIZE_KB', 10 * 1024);
Upload File
Create Folder