corruptcity || skalman Posted August 1, 2013 Posted August 1, 2013 Hi I'm not sure if this has been posted before or not but I was just in logs and noticed that on some of the functions there is incorrect links with the pages for example on the cash one, one of the pages has the correct bit of code for ($i = 1; $i <= $pages; $i++) { $s = ($i - 1) * $app; echo ($s == $st) ? '<b>' . $i . '</b> ' : '<a href="' . gen_url('logs', true, true) . '&action=cashlogs&st=' . $s . '">' . $i . '</a> '; echo ($i % 25 == 0) ? '<br />' : ''; } and the other will have atklogs instead Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.