|
From: Florin C B. <ory...@us...> - 2013-06-19 12:53:25
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26383 Modified Files: album_constants.php Log Message: Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** album_constants.php 19 Jun 2013 12:21:54 -0000 1.18 --- album_constants.php 19 Jun 2013 12:53:23 -0000 1.19 *************** *** 210,214 **** define('ALBUM_MED_CACHE_PATH', ALBUM_UPLOAD_PATH . 'med_cache/'); define('ALBUM_WM_CACHE_PATH', ALBUM_UPLOAD_PATH . 'wm_cache/'); ! define('ALBUM_WM_FILE', ALBUM_UPLOAD_PATH . 'mark_fap.png'); define('ALBUM_NOPIC_PATH', ALBUM_UPLOAD_PATH . 'album_mod/'); //Paths to read files already uploaded --- 210,215 ---- define('ALBUM_MED_CACHE_PATH', ALBUM_UPLOAD_PATH . 'med_cache/'); define('ALBUM_WM_CACHE_PATH', ALBUM_UPLOAD_PATH . 'wm_cache/'); ! //Default Water Mark Picture ! define('ALBUM_WM_FILE', (!isset($album_root_path) ? $album_root_path : $module_root_path . 'album_mod/') . 'mark_fap.png'); define('ALBUM_NOPIC_PATH', ALBUM_UPLOAD_PATH . 'album_mod/'); //Paths to read files already uploaded |