We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When in the ACP editing games or working in various config situations the following happens.
The fix for this is real easy.
Open
admin_activity.php
Find on lines 235, 285, 291, 703, 752
<a href="' . append_sid('index.' . PHP_EXT . '?pane=right') . '">
Replace with
<a href="' . append_sid(IP_ROOT_PATH . ADM .'/index.' . PHP_EXT . '?pane=right') . '">
The text was updated successfully, but these errors were encountered:
I should have tried if the ADM. only would have worked first. Sorry guys. I'm still figuring it out.
Sorry, something went wrong.
@MightyGorgon did you integrate that fix?
Not yet... it will be in on next commit
Nice! Thanks for the update.
No branches or pull requests
When in the ACP editing games or working in various config situations the following happens.
The fix for this is real easy.
Open
admin_activity.php
Find on lines 235, 285, 291, 703, 752
<a href="' . append_sid('index.' . PHP_EXT . '?pane=right') . '">
Replace with
<a href="' . append_sid(IP_ROOT_PATH . ADM .'/index.' . PHP_EXT . '?pane=right') . '">
The text was updated successfully, but these errors were encountered: