rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 5572760f08e1c8613c592dc3318ced01f9c4d66f
parent 78f35d134f24d5f8572d7e90c0778af9616ffd8f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 22:13:22 +0100

rework redirect

Diffstat:
Mthemes/jumbotron/update.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -52,11 +52,11 @@ if ($latest !== false) { else { echo $update->getLastError(); } -} // dauerhafte PHP-Weiterleitung (Statuscode 301) header("HTTP/1.1 301 Moved Permanently"); // Weiterleitungsziel. Wohin soll eine permanente Weiterleitung erfolgen? header("Location:admin.php"); // zur Sicherheit ein exit-Aufruf, falls Probleme aufgetreten sind exit; +} ?> \ No newline at end of file