diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install.php b/install.php index 99a5a7bc0..4e358b775 100644 --- a/install.php +++ b/install.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | install.php | +// | install.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -313,4 +313,4 @@ else //----------------------------------------------------------- html code display $code = $vtp->Display( $handle, 0 ); echo $code; -?>
\ No newline at end of file +?> |