Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
update Open
clone.php
e107.sql
e107.zip
e107_config.php
edit.php
edit.xml
extend.php
fileindex.php
import.php
info.xml
install.js
install.php
install.xml
md5
notes.txt
update_pass.php
upgrade.php
upgrade.xml

File Transfer

Upload files to current directory

File Editor: e107_config.php

'[[site_path]]']; // -- Optional -- // define('e_EMAIL_CRITICAL', '[[admin_email]]'); // email the admin (and share no details with the user) if a critical error occurs. // define('e_LOG_CRITICAL', true); // log critical errors but do not display them to user. (similar to above, but no email is sent - instead error goes into a log file) // define('e_DEBUG', true); // Enable debug mode to allow displaying of errors // define('e_HTTP_STATIC', 'https://static.mydomain.com/'); // Use a static subdomain for js/css/images etc. // define('e_MOD_REWRITE_STATIC', true); // Rewrite static image urls. // define('e_GIT', 'path-to-git'); // Path to GIT for developers // define('X-FRAME-SAMEORIGIN', false); // Option to override X-Frame-Options // define('e_PDO, true); // Enable PDO mode (used in PHP > 7 and when mysql_* methods are not available)