Geeklog-Plugins / artwork

Original artwork files used by some plugins.
0 stars 0 forks source link

Feature request:Do not allow access to viewtopic.php if forum plugin is not active #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As in index.php, do not allow access to viewtopic.php if forum plugin is not 
active by adding:

if (!in_array('forum', $_PLUGINS)) {
    echo COM_refresh($_CONF['site_url'] . '/index.php');
    exit;
}

Original issue reported on code.google.com by hostelle...@gmail.com on 1 Nov 2012 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by TomHo...@gmail.com on 21 Mar 2013 at 10:08