commit b2f9cdae0afe253abbf2cd5b877f35d42a3a3bab parent 8a46ca7cf553f05553461e352e07dd8d3ec02990 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 18 Apr 2015 16:10:17 +0200 add missing else Diffstat:
| M | install/index.php | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/install/index.php b/install/index.php @@ -20,6 +20,8 @@ }else{ echo "MySQL has been successfully loaded"; } + }else{ + echo "MySQL has been successfully loaded"; } ?> <h1>Installer</h1>