diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 8bb3515..82fd732 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,4 @@ -<? +<?php // Gentoaster installer // Licensed under GPL v3, see COPYING file @@ -71,4 +71,4 @@ exec("/etc/init.d/gentoaster start"); echo "If you didn't see any errors, the install was successful\n"; - echo "Try visiting the site at ".GENTOASTER_URL." to make sure everything works\n";
\ No newline at end of file + echo "Try visiting the site at ".GENTOASTER_URL." to make sure everything works\n"; |