From f763434f5b68b6c6a69ed9909920dfad0a2dc4d7 Mon Sep 17 00:00:00 2001
From: kent1 <kent1@arscenic.info>
Date: Tue, 15 Nov 2016 12:30:17 +0000
Subject: [PATCH] Simples quotes

---
 prive/images/index.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/prive/images/index.php b/prive/images/index.php
index 778bb32621..93d338e78f 100644
--- a/prive/images/index.php
+++ b/prive/images/index.php
@@ -11,12 +11,11 @@
 		<?php
 		$myDir = opendir('.');
 		while ($file = readdir($myDir)) {
-			if (preg_match(",\.(png|gif)$,i", $file)) {
+			if (preg_match(',\.(png|gif)$,i', $file)) {
 				echo "		<tr><td>$file</td><td><img src='$file' alt='$file' /></td></tr>\n";
 			}
 		}
 		?>
-
 	</table>
 </center>
 </body>
-- 
GitLab