| | |
| | | public function onRunJob() { |
| | | global $app, $conf; |
| | | |
| | | ####################################################################################################### |
| | | //###################################################################################################### |
| | | // Create website backups |
| | | ####################################################################################################### |
| | | //###################################################################################################### |
| | | function formatBytes($size, $precision = 2) { |
| | | $base=log($size)/log(1024); |
| | | $suffixes=array('','k','M','G','T'); |
| | |
| | | $records = $app->db->queryAllRecords($sql); |
| | | if(is_array($records)) { |
| | | |
| | | include('lib/mysql_clientdb.conf'); |
| | | include 'lib/mysql_clientdb.conf'; |
| | | |
| | | foreach($records as $rec) { |
| | | |