diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/identification.php b/identification.php index 177c5ec0d..89f52031f 100644 --- a/identification.php +++ b/identification.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | identification.php | +// | identification.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -124,4 +124,4 @@ if ( $conf['access'] == 'free' ) $code = $vtp->Display( $handle, 0 ); echo $code; include('include/page_tail.php'); -?>
\ No newline at end of file +?> |