|
From: Florin C B. <ory...@us...> - 2011-01-07 17:14:14
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv7864/includes Modified Files: album_constants.php Log Message: fixed old readfile by replacing with full GD functions Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** album_constants.php 23 Jul 2010 11:15:17 -0000 1.13 --- album_constants.php 7 Jan 2011 17:14:06 -0000 1.14 *************** *** 177,180 **** --- 177,181 ---- define('ALBUM_WM_CACHE_PATH', $module_root_path . 'album_mod/upload/wm_cache/'); define('ALBUM_WM_FILE', $module_root_path . 'album_mod/mark_fap.png'); + define('ALBUM_NOPIC_PATH', $module_root_path . 'album_mod/'); } *************** *** 189,192 **** --- 190,194 ---- define('ALBUM_WM_CACHE_PATH', $module_root_path . 'upload/wm_cache/'); define('ALBUM_WM_FILE', $module_root_path . 'album_mod/mark_fap.png'); + define('ALBUM_NOPIC_PATH', $module_root_path . 'album_mod/'); } |