diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-14 16:46:05 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-14 16:46:05 +0100 |
commit | 52c5529495d49f958a89b0a99fddfb4e4d01c1b3 (patch) | |
tree | 9f2816cd509c43c7b830d9c611b8d66c06f3de5f | |
parent | WebUI refactor, added testdrive memory configuration option (diff) | |
download | gentoaster-52c5529495d49f958a89b0a99fddfb4e4d01c1b3.tar.gz gentoaster-52c5529495d49f958a89b0a99fddfb4e4d01c1b3.tar.bz2 gentoaster-52c5529495d49f958a89b0a99fddfb4e4d01c1b3.zip |
Short tags are bad, change to a full tag
-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"; |