diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-02-12 23:25:05 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-02-12 23:25:05 +0000 |
commit | 19b4964996483b51338deedbdf1dafc6d7ec16d8 (patch) | |
tree | b490cd34e5a8b4bcc32f4bb114ee59ced0d72f72 | |
parent | 6f4e7d6bc0aa2d6fbe73b88bb110fc0b94291215 (diff) |
change version to BSF
git-svn-id: http://piwigo.org/svn/trunk@363 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/config.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index a5224107e..d6bdd922d 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -24,6 +24,7 @@ // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ + // How to change the order of display for images in a category ? // // You have to modify $conf['order_by']. @@ -44,7 +45,7 @@ $conf['nb_image_row'] = array(4,5,6,7,8); $conf['nb_row_page'] = array(2,3,4,5,6,7,10,20,1000); $conf['slideshow_period'] = array(2,5,10); $conf['last_days'] = array(1,2,3,10,30,365); -$conf['version'] = '1.4 - devel'; +$conf['version'] = 'BSF'; $conf['site_url'] = 'http://www.phpwebgallery.net'; $conf['forum_url'] = 'http://forum.phpwebgallery.net'; $conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG'); |