update
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
.cache
|
*.cache
|
||||||
vendor
|
vendor
|
||||||
|
|
||||||
app.yaml
|
app.yaml
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"twig/twig": "^3.0"
|
"twig/twig": "^3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
function urlIs($value)
|
function urlIs($value)
|
||||||
{
|
{
|
||||||
return $_SERVER['REQUEST_URI'] === $value;
|
return $_SERVER['REQUEST_URI'] === $value;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user