mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
f61d4662f0
commit
9708249b2a
@ -116,4 +116,4 @@ class CACHES
|
|||||||
{
|
{
|
||||||
return "CREATE TABLE {$cfg['table_name']} ( {$cfg['columns']} )";
|
return "CREATE TABLE {$cfg['table_name']} ( {$cfg['columns']} )";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,4 @@ foreach ($bb_cfg['cache']['engines'] as $cache_name => $cache_val)
|
|||||||
$changes = CACHE($cache_name)->gc();
|
$changes = CACHE($cache_name)->gc();
|
||||||
$cron_runtime_log = date('Y-m-d H:i:s') ." -- ". str_pad("$cache_name ", 25, '-', STR_PAD_RIGHT) ." del: $changes\n";
|
$cron_runtime_log = date('Y-m-d H:i:s') ." -- ". str_pad("$cache_name ", 25, '-', STR_PAD_RIGHT) ." del: $changes\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,4 +73,4 @@ class datastore_sqlite extends datastore_common
|
|||||||
{
|
{
|
||||||
return class_exists('SQLite3');
|
return class_exists('SQLite3');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user