Browse Source

Index.php fix

Nathaniel van Diepen 10 năm trước cách đây
mục cha
commit
58e012bbe5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':