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