changeset 3116:b2138d9d5df6

Minor
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 18 Jul 2018 14:15:34 +0100
parents b200dfe179b3
children 76cffc7ecdee
files php/pseudo.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/php/pseudo.php	Wed Jul 18 14:07:50 2018 +0100
+++ b/php/pseudo.php	Wed Jul 18 14:15:34 2018 +0100
@@ -6,13 +6,13 @@
 header("Pragma: no-cache");
 
 if (isset($_GET["prefix"]) == FALSE) {
-    $prefix = ""
+    $prefix = "";
 } else {
     $prefix = $_GET["prefix"];
 }
 
 if (isset($_GET["dir"]) == FALSE) {
-    $prefix = ""
+    $prefix = "";
 } else {
     $prefix = $_GET["dir"];
 }