mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Shortcode fixes and introduction of new format. {SC: get-string} eg. {MYSHORTCODE:w=100&h=50}
This is returned to the shortcode as an array('w'=>100, 'h'=>50); Use {SETIMAGE:w=100} to set the default thumbnail width.
This commit is contained in:
@@ -96,6 +96,15 @@ class _system_cron
|
||||
// Very basic and needs improvement. (for large DBs)
|
||||
function dbBackup()
|
||||
{
|
||||
|
||||
$sql = e107::getDb();
|
||||
$sql->backup('*');
|
||||
|
||||
|
||||
|
||||
return;
|
||||
|
||||
|
||||
require(e_BASE."e107_config.php");
|
||||
|
||||
$sql = e107::getDb();
|
||||
|
Reference in New Issue
Block a user