Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
todoyu /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2020-04-22 21:11
php53
[ DIR ]
drwxr-xr-x
2020-04-22 21:11
php56
[ DIR ]
drwxr-xr-x
2020-04-22 21:11
php71
[ DIR ]
drwxr-xr-x
2020-04-22 21:11
_upgrade.php
2.61
KB
-rw-r--r--
2013-12-01 19:16
_upgrade.xml
819
B
-rw-r--r--
2013-12-01 19:16
changelog.txt
16.32
KB
-rw-r--r--
2013-12-01 19:16
clone.php
5.37
KB
-rw-r--r--
2020-04-22 13:20
db.php
1.19
KB
-rw-r--r--
2013-10-11 17:08
edit.php
4.85
KB
-rw-r--r--
2020-04-22 13:20
edit.xml
433
B
-rw-r--r--
2017-02-11 15:56
fileindex.php
172
B
-rw-r--r--
2013-04-02 18:10
import.php
3.21
KB
-rw-r--r--
2020-04-22 13:20
info.xml
3.19
KB
-rw-r--r--
2020-04-22 13:00
install.js
924
B
-rw-r--r--
2013-04-02 18:10
install.php
5.56
KB
-rw-r--r--
2020-04-22 13:20
install.xml
1.94
KB
-rw-r--r--
2013-12-01 19:16
md5
3.81
KB
-rw-r--r--
2020-04-22 13:20
notes.txt
90
B
-rw-r--r--
2013-04-02 18:10
system.php
1.37
KB
-rw-r--r--
2013-04-02 18:10
Save
Rename
<?php /**************************************************************************** * todoyu is published under the BSD License: * http://www.opensource.org/licenses/bsd-license.php * * Copyright (c) 2012, snowflake productions GmbH, Switzerland * All rights reserved. * * This script is part of the todoyu project. * The todoyu project is free software; you can redistribute it and/or modify * it under the terms of the BSD License. * * This script 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 BSD License * for more details. * * This copyright notice MUST APPEAR in all copies of the script. *****************************************************************************/ // General system settings Todoyu::$CONFIG['SYSTEM']['name'] = '[[site_name]]'; Todoyu::$CONFIG['SYSTEM']['locale'] = '[[language]]'; Todoyu::$CONFIG['SYSTEM']['email'] = '[[admin_email]]'; Todoyu::$CONFIG['SYSTEM']['mailer'] = ''; // Date and time settings Todoyu::$CONFIG['SYSTEM']['timezone'] = 'America/New_York'; Todoyu::$CONFIG['SYSTEM']['firstDayOfWeek'] = 1; // Command line interface Todoyu::$CONFIG['SYSTEM']['todoyuURL'] = '[[softurl]]'; // Debugging Todoyu::$CONFIG['SYSTEM']['logLevel'] = 3; Todoyu::$CONFIG['SYSTEM']['encryptionKey'] = '[[encryptionKey]]'; ?>