mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update demo_mode.php
This commit is contained in:
parent
8b81b9743a
commit
6de2a86692
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ if (!defined('BB_ROOT')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
global $cron_runtime_log;
|
||||
|
||||
$dump_path = BB_ROOT . 'install/sql/mysql.sql';
|
||||
|
||||
if (!IN_DEMO_MODE || !is_file($dump_path) || !is_readable($dump_path)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue