ACIL FM
Dark
Refresh
Current DIR:
/var/softaculous/odm
/
var
softaculous
odm
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
3.07 MB
chmod
View
DL
Edit
Rename
Delete
clone.php
3.17 MB
chmod
View
DL
Edit
Rename
Delete
config.php
2.46 MB
chmod
View
DL
Edit
Rename
Delete
edit.php
4.39 MB
chmod
View
DL
Edit
Rename
Delete
edit.xml
433 B
chmod
View
DL
Edit
Rename
Delete
fileindex.php
1.12 MB
chmod
View
DL
Edit
Rename
Delete
import.php
5.29 MB
chmod
View
DL
Edit
Rename
Delete
info.xml
1.72 MB
chmod
View
DL
Edit
Rename
Delete
install.js
921 B
chmod
View
DL
Edit
Rename
Delete
install.php
4.55 MB
chmod
View
DL
Edit
Rename
Delete
install.xml
2.12 MB
chmod
View
DL
Edit
Rename
Delete
md5
5.23 MB
chmod
View
DL
Edit
Rename
Delete
notes.txt
645 B
chmod
View
DL
Edit
Rename
Delete
__upgrade.php
2.57 MB
chmod
View
DL
Edit
Rename
Delete
__upgrade.xml
456 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /var/softaculous/odm/config.php
<?php /* * Copyright (C) 2000-2021. Stephen Lawrence * * This program 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 2 * of the License, or (at your option) any later version. * * This program 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 this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // OpenDocMan sample config file // Eliminate multiple inclusions if (!defined('config')) { define('config', 'true', false); // config.php - you should not need to change these /** The name of the database for [OpenDocMan */ define('APP_DB_NAME', isset($_ENV['APP_DB_NAME']) ? $_ENV['APP_DB_NAME'] : '[[softdb]]'); /** MySQL database username */ define('APP_DB_USER', isset($_ENV['APP_DB_USER']) ? $_ENV['APP_DB_USER'] : '[[softdbuser]]'); /** MySQL database password */ define('APP_DB_PASS', isset($_ENV['APP_DB_PASS'])? $_ENV['APP_DB_PASS'] : '[[softdbpass]]'); /** MySQL hostname */ /* The MySQL server. It can also include a port number. e.g. "hostname;port=3306" or a path to a * local socket e.g. ":/path/to/socket" for the localhost. */ define('APP_DB_HOST', isset($_ENV['APP_DB_HOST']) ? $_ENV['APP_DB_HOST'] : '[[softdbhost]]'); /** * Prefix to append to each table name in the database (ex. odm_ would make the tables * named "odm_users", "odm_data" etc. Leave this set to the default if you want to keep * it the way it was. If you do change this to a different value, make sure it is either * a clean-install, or you manually go through and re-name the database tables to match. * @DEFAULT 'odm_' * @ARG String */ $GLOBALS['CONFIG']['db_prefix'] = isset($_ENV['DB_PREFIX']) ? $_ENV['DB_PREFIX'] : '[[dbprefix]]'; /*** DO NOT EDIT BELOW THIS LINE ***/ /** Absolute path to the OpenDocMan directory. */ if (!defined('ABSPATH')) { if(isset($_ENV['IS_DOCKER'])) { define('ABSPATH', dirname(__FILE__) . '/../'); } else { define('ABSPATH', dirname(__FILE__) . '/'); } } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply