Originally posted by Floris
Announcement
Collapse
No announcement yet.
Tip of the day!
Collapse
X
-
Originally posted by tgillespieTip of the year?
tg. You can imagine it of course isn't tip of the day, as that will just fill this up and overwhelm people. I write out a tip if I run into something that I run into on a daily basis and when I have time to actually write it out. We give users the time to respond to tips so we can improve a tip or fix a mistake and explain some more. That also helps against confusion. Anyway, the title is towards the expression of tip of the day then one to actually expect a new tip each day.
Comment
-
Originally posted by jumbo-mumbo View Postso by entering this code, that means, no one can lgin to admin cp but me ?
if ($_SERVER['REMOTE_ADDR'] == '123.123.123.123')
{
$debug = 1;
} else {
$debug = 0;
}
If you do want only certain people to be able to access the admincp you can use .htaccess
and then order it like this...
PHP Code:deny from all
allow from xxx.xxx.xxx
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment