mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Issue #1138: Admin-ui pagination template now using bootstrap standard.
This commit is contained in:
@@ -167,6 +167,7 @@ class admin_start
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$public = array(e_UPLOAD, e_AVATAR_UPLOAD);
|
||||
$tp = e107::getParser();
|
||||
$exceptions = array(".","..","/","CVS","avatars","Thumbs.db",".ftpquota",".htaccess","php.ini",".cvsignore",'e107.htaccess');
|
||||
|
||||
//TODO use $file-class to grab list and perform this check.
|
||||
@@ -205,7 +206,7 @@ class admin_start
|
||||
if (isset($potential))
|
||||
{
|
||||
//$text = ADLAN_ERR_3."<br /><br />";
|
||||
$mes->addWarning(ADLAN_ERR_3);
|
||||
$mes->addWarning($tp->toHtml(ADLAN_ERR_3, true));
|
||||
$text = '<ul>';
|
||||
foreach ($potential as $p_file)
|
||||
{
|
||||
|
Reference in New Issue
Block a user