mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-15 20:48:24 -04:00
ALPHA 3.0.2a
This commit is contained in:
+2
-2
@@ -27,12 +27,12 @@ function testHeader()
|
||||
{
|
||||
static $headers = array();
|
||||
|
||||
if (!$h = func_get_args()) {
|
||||
if (!$h = \func_get_args()) {
|
||||
$h = $headers;
|
||||
$headers = array();
|
||||
|
||||
return $h;
|
||||
}
|
||||
|
||||
$headers[] = func_get_args();
|
||||
$headers[] = \func_get_args();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user