after patching the cacti files with the plugin patches, there is one small problem remaining... if you have a plugin page opened in cacti, and your login times out, you get the login timeout warning page (from auth.php), which has a link to logout.php which doesn't work.
fix is to patch include/auth.php, line 96:
change
<a href='logout.php'>Login</a>
to:
<a href='<?php print $config["url_path"] ?>logout.php'>Login</a>
error in auth.php after installing plugin arch.
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 1 guest