Update of /cvsroot/phpwsbb/phpwsbb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22874
Modified Files:
index.php
Log Message:
Changed code to use the core class Image Library and deleted the temporary version included with phpwsbb.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** index.php 23 Mar 2005 20:36:00 -0000 1.15
--- index.php 20 Feb 2006 05:08:51 -0000 1.16
***************
*** 71,75 ****
* are already set as POSTs from the calling form.
*/
! require_once PHPWS_SOURCE_DIR . 'mod/phpwsbb/class/ImgLibrary.php';
$library = new PHPWS_IMGLib($_SESSION['OBJ_user']->allow_access('phpwsbb', 'edit_avatars')
, $_SESSION['OBJ_user']->allow_access('phpwsbb', 'edit_avatar_galleries')
--- 71,75 ----
* are already set as POSTs from the calling form.
*/
! require_once PHPWS_SOURCE_DIR . 'core/ImgLibrary.php';
$library = new PHPWS_IMGLib($_SESSION['OBJ_user']->allow_access('phpwsbb', 'edit_avatars')
, $_SESSION['OBJ_user']->allow_access('phpwsbb', 'edit_avatar_galleries')
|