Junior Admin $phpEx


Subject: Junior Admin $phpEx
I have noticed a strange thing in Admin Junior. Was about to look for a nickname through the horizontal alphabet in high, I do click and notice that I from a mistake page, "file not found". I notice at the end of the page which in the link was lacking the extent. Then I check the admin_jr_admin.php file and yet being OK seems. I do not know where to put me the hands.
----------------------
Ho notato una cosa strana in Junior Admin. Stavo per cercare un nickname attraverso l'alfabeto orizzontale in alto, faccio click e mi accorgo che mi da una pagina di errore, "file non trovato". Mi accorgo in fondo alla pagina che nel link mancava l'estensione. Allora controllo il file admin_jr_admin.php eppure sembra essere ok. Non so dove mettermi le mani.

jradminey0


Code: [Download] [Hide] [Select]
elseif (preg_match("/^.+-.+$/", $ord_value))
{
$items = explode('-', $ord_value);
for($i = $items[0]; $i <= $items[1]; $i++)
{
if (isset($letters_list[$i]))
{
$list .= '<a href="' . append_sid('admin_jr_admin.' . $phpEx . '?sort_item=' . ( ( isset($_GET['sort_item']) || isset($_POST['sort_item']) ) ? $sort_item : 'username' ) . '&amp;start=0&amp;order=' . $order . '&amp;alphanum=' . strtoupper(chr($i))) . '" class="nav">' . strtoupper(chr($i)) . '</a>';
}
else
{
$list .= strtoupper(chr($i));
}
$list .= $seperator;
}
}
else
{
if (isset($letters_list[$ord_value]))
{
$list .= '<a href="' . append_sid('admin_jr_admin.' . $phpEx . '?sort_item=' . ( ( isset($_GET['sort_item']) || isset($_POST['sort_item']) ) ? $sort_item : 'username' ) . '&amp;start=0&amp;order=' . $order . '&amp;alphanum=' . strtoupper(chr($ord_value))) . '" class="nav">' . strtoupper(chr($ord_value)) . '</a>';
}
else
{
$list .= strtoupper(chr($ord_value));
}
$list .= $seperator;
}


Thanks :)

Profile PM  
Subject: Re: Junior Admin $phpEx
It has been fixed two weeks ago in the DEV package, and you'll have this working in the final release.

Thanks for reporting.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9612s (PHP: 2% SQL: 98%)
SQL queries: 13 - Debug Off - GZIP Enabled