Code: Select all
'DATABASE_INFO' => $db->sql_server_info(),
Code: Select all
'DATABASE_INFO' => $db->sql_server_info(),
Code: Select all
$os = php_uname('s') . ' ' . php_uname('r');
$link = $db->sql_server_info();
and your php_unames need to be strings php_uname('s')
Yes you made a fix for that i remember.RMcGirr83 wrote:$link = $db->sql_server_info();
and your php_unames need to be stringsphp_uname('s')
[edit]damn quickreply showing when there is another page[/edit]
Code: Select all
?>
Code: Select all
// Server Uptime
$lang = array_merge($lang, array(
'SERVER_UPTIME' => 'Server uptime',
'AVERAGE_LOAD' => 'Average load',
'SERVER_SOFTWARE' => 'server_software',
'PHP_VERSION' => 'php_version',
'PHP_OS' => 'os',
));
Code: Select all
// Server Uptime
$lang = array_merge($lang, array(
'SERVER_UPTIME' => 'Server uptime',
'AVERAGE_LOAD' => 'Average load',
));
I'l reproduce and show you.RMcGirr83 wrote:Why would STK care if the edits are to the forums index php and html files?