mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
only use [x], [y], [z] replacement patterns
This commit is contained in:
@@ -455,7 +455,7 @@ class system_tools
|
||||
|
||||
if(!isset($POST['create_multisite']))
|
||||
{
|
||||
$info = str_replace('[domain]', e_DOMAIN, LANINS_133);
|
||||
$info = str_replace('[x]', e_DOMAIN, LANINS_133);
|
||||
$mes->addInfo($info);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user