mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
글로벌 변수도 사용할 수 있도록 추가
This commit is contained in:
parent
614cdf3f63
commit
a840b5fe46
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ class TemplateHandler
|
|||
|
||||
$callback = function($n)
|
||||
{
|
||||
if(preg_match('/^_(_Context|SERVER|COOKIE)/i', $n[1]))
|
||||
if(preg_match('/^(_(_Context|SERVER|COOKIE)|GLOBALS)/i', $n[1]))
|
||||
{
|
||||
return $n[0];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue