* */ require_once 'config.php'; require_once 'base.php'; $err = getURLParam('err', -1); $full = getURLParam('full'); $error = NULL; switch ($err) { case 1 : $error = 'Database error'; break; } ?>
' . Base::getDbDirectory($i) . $post->fullpath . '
'; } } } catch (Exception $e) { echo $name . ' If the file is readable, check your php configuration. Exception detail : ' . $e; } ?>