diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.inc.php | 2 | ||||
-rw-r--r-- | include/page_tail.php | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index ec0930608..5e11bb926 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -46,8 +46,6 @@ $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'] = 'BSF'; -$conf['site_url'] = 'http://www.phpwebgallery.net'; -$conf['forum_url'] = 'http://forum.phpwebgallery.net'; // $conf['file_ext'] lists all extensions (case insensitive) allowed for // your PhpWebGallery installation $conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF' diff --git a/include/page_tail.php b/include/page_tail.php index f8388f766..a31531fd1 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -41,7 +41,6 @@ $template->assign_vars( 'L_TITLE_MAIL' => $lang['title_send_mail'], 'L_WEBMASTER'=>$lang['webmaster'], - 'U_SITE' => $conf['site_url'] )); if (DEBUG) |