Explorar el Código

Index.php fix

Nathaniel van Diepen hace 11 años
padre
commit
58e012bbe5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -47,7 +47,7 @@
 				}
 				die(json_encode(Array(
 					'settings'=>$settings,
-					'version'=>file_get_contents(PATH_DATA.'version');
+					'version'=>file_get_contents(PATH_DATA.'version')
 				)));
 			break;
 			case 'captcha':