diff options
Diffstat (limited to 'upload.php')
-rw-r--r-- | upload.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upload.php b/upload.php index 88a81f1c8..42ac7d5f2 100644 --- a/upload.php +++ b/upload.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | upload.php | +// | upload.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -397,4 +397,4 @@ $vtp->setGlobalVar( $handle, 'return_url', add_session_id( $url ) ); $code = $vtp->Display( $handle, 0 ); echo $code; include('include/page_tail.php'); -?>
\ No newline at end of file +?> |