ACIL FM
Dark
Refresh
Current DIR:
/var/softaculous/orange
/
var
softaculous
orange
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
images
-
chmod
Open
Rename
Delete
php53
-
chmod
Open
Rename
Delete
php56
-
chmod
Open
Rename
Delete
php71
-
chmod
Open
Rename
Delete
php81
-
chmod
Open
Rename
Delete
php82
-
chmod
Open
Rename
Delete
changelog.txt
2.14 MB
chmod
View
DL
Edit
Rename
Delete
clone.php
15.28 MB
chmod
View
DL
Edit
Rename
Delete
Conf.php
2.04 MB
chmod
View
DL
Edit
Rename
Delete
edit.php
4.75 MB
chmod
View
DL
Edit
Rename
Delete
edit.xml
433 B
chmod
View
DL
Edit
Rename
Delete
extend.php
8.84 MB
chmod
View
DL
Edit
Rename
Delete
fileindex.php
140 B
chmod
View
DL
Edit
Rename
Delete
getdata.php
1.15 MB
chmod
View
DL
Edit
Rename
Delete
import.php
3.36 MB
chmod
View
DL
Edit
Rename
Delete
info.xml
1.58 MB
chmod
View
DL
Edit
Rename
Delete
install.js
924 B
chmod
View
DL
Edit
Rename
Delete
install.php
19.66 MB
chmod
View
DL
Edit
Rename
Delete
install.xml
1.48 MB
chmod
View
DL
Edit
Rename
Delete
md5
1.96 MB
chmod
View
DL
Edit
Rename
Delete
NOTES.txt
1.73 MB
chmod
View
DL
Edit
Rename
Delete
update_pass.php
518 B
chmod
View
DL
Edit
Rename
Delete
_upgrade.php
4.23 MB
chmod
View
DL
Edit
Rename
Delete
_upgrade.xml
254 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /var/softaculous/orange/Conf.php
<?php /** * OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures * all the essential functionalities required for any enterprise. * Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com * * OrangeHRM is free software: you can redistribute it and/or modify it under the terms of * the GNU General Public License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * OrangeHRM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with OrangeHRM. * If not, see <https://www.gnu.org/licenses/>. */ class Conf { private string $dbHost; private string $dbPort; private string $dbName; private string $dbUser; private string $dbPass; public function __construct() { $this->dbHost = '[[softdbhost]]'; $this->dbPort = '3306'; if (defined('ENVIRONMENT') && ENVIRONMENT == 'test') { $prefix = defined('TEST_DB_PREFIX') ? TEST_DB_PREFIX : ''; $this->dbName = $prefix . 'test_[[softdb]]'; } else { $this->dbName = '[[softdb]]'; } $this->dbUser = '[[softdbuser]]'; $this->dbPass = '[[softdbpass]]'; } /** * @return string */ public function getDbHost(): string { return $this->dbHost; } /** * @return string */ public function getDbPort(): string { return $this->dbPort; } /** * @return string */ public function getDbName(): string { return $this->dbName; } /** * @return string */ public function getDbUser(): string { return $this->dbUser; } /** * @return string */ public function getDbPass(): string { return $this->dbPass; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply