Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
_clone.php
edit.php
edit.xml
fileindex.php
import.php
index.php
info.xml
install.js
install.php
install.xml
md5
my.php
notes.txt
upgrade.php
upgrade.xml
zentao.sql
zentao.zip

File Transfer

Upload files to current directory

File Editor: my.php

installed = true; $config->debug = false; $config->requestType = 'GET'; $config->timezone = 'US/Eastern'; $config->db->driver = 'mysql'; $config->db->host = '[[softdbhost]]'; $config->db->port = '3306'; $config->db->name = '[[softdb]]'; $config->db->user = '[[softdbuser]]'; $config->db->encoding = 'utf8mb4'; $config->db->password = '[[softdbpass]]'; $config->db->prefix = 'zt_'; $config->webRoot = getWebRoot(); $config->default->lang = '[[language]]';