Show site name on error pages

Bu işleme şunda yer alıyor:
Les De Ridder 2017-02-16 15:17:52 +01:00
ebeveyn e647291435
işleme 9502ca5f18
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 5EC132DFA85DB372
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

@ -10,6 +10,7 @@ $tpl = new RainTPL;
$title = "Temp File Hosting";
$tpl->assign("title", $title);
$tpl->assign("site_name", CONFIG_SITE_NAME);
$tpl->draw("header");
$tpl->draw("error");

Dosyayı Görüntüle

@ -6,6 +6,7 @@ raintpl::configure( 'cache_dir', 'rain/cache/' );
$tpl = new RainTPL;
$title = "Temp File Hosting";
$tpl->assign("title", $title);
$tpl->assign("site_name", CONFIG_SITE_NAME);
$tpl->draw("header");
$tpl->draw("error_meow");
$tpl->draw("footer");