1
0
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:
Lóna Lore
2015-05-07 10:55:44 +02:00
parent fe6e09d08d
commit 96f3332fb1
7 changed files with 21 additions and 21 deletions

View File

@@ -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);
}