Could not connect to database
Website runs in /dev/ mode
Blog entries: modules->Blog()->listAll()); ?>
Book entries: modules->Books()->listAll()); ?>
Euler entries: modules->Euler()->listAll()); ?>
Program entries: modules->Programs()->listAll()); ?>
Update entries: modules->UpdatesLog()->listUpdateData()); ?>
modules->UpdatesLog()->listProgramsInformation() as $info): ?>
Database not connected.
modules->Highscores()->getAllGames() as $game): ?>
modules->Highscores()->getOrderedEntriesFromGame($game['ID'], 1)[0];
echo $hs['POINTS'] . ' (' . $hs['PLAYER'] . ') @ ' . $hs['TIMESTAMP'];
?>
modules->Highscores()->getNewestEntriesFromGame($game['ID'], 1)[0]['TIMESTAMP']; ?>
Database not connected.
config as $key => $value)
{
if ($key === 'extendedgitgraph') continue;
if (is_array($value))
echo '
' . $key . ' ' . json_encode($value, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) . '
' . "\n";
else
echo '
' . $key . ' ' . nl2br(var_export($value, true)) . '
' . "\n";
}
?>
config['extendedgitgraph'] as $key => $value)
{
if (is_array($value))
echo '
' . $key . ' ' . json_encode($value, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) . '
' . "\n";
else
echo '
' . $key . ' ' . nl2br(var_export($value, true)) . '
' . "\n";
}
?>