mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 11:43:26 +02:00
*some fixes
* fixed installing samples when for example Rook Sample already exist and other samples not * fixed some mysql error when character you trying to create already exist * fixed signature fonts finding path * removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X. * moved news adding at installation from schema.sql to finish.php * removed some unused cities field from myaac_spells table * some optimizations
This commit is contained in:
11
system/libs/twig/Sandbox/SecurityError.php
Executable file
11
system/libs/twig/Sandbox/SecurityError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityError extends \Twig_Sandbox_SecurityError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityNotAllowedFilterError.php
Executable file
11
system/libs/twig/Sandbox/SecurityNotAllowedFilterError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityNotAllowedFilterError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityNotAllowedFilterError extends \Twig_Sandbox_SecurityNotAllowedFilterError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityNotAllowedFunctionError.php
Executable file
11
system/libs/twig/Sandbox/SecurityNotAllowedFunctionError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityNotAllowedFunctionError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityNotAllowedFunctionError extends \Twig_Sandbox_SecurityNotAllowedFunctionError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityNotAllowedMethodError.php
Executable file
11
system/libs/twig/Sandbox/SecurityNotAllowedMethodError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityNotAllowedMethodError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityNotAllowedMethodError extends \Twig_Sandbox_SecurityNotAllowedMethodError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityNotAllowedPropertyError.php
Executable file
11
system/libs/twig/Sandbox/SecurityNotAllowedPropertyError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityNotAllowedPropertyError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityNotAllowedPropertyError extends \Twig_Sandbox_SecurityNotAllowedPropertyError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityNotAllowedTagError.php
Executable file
11
system/libs/twig/Sandbox/SecurityNotAllowedTagError.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityNotAllowedTagError');
|
||||
|
||||
if (\false) {
|
||||
class SecurityNotAllowedTagError extends \Twig_Sandbox_SecurityNotAllowedTagError
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityPolicy.php
Executable file
11
system/libs/twig/Sandbox/SecurityPolicy.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityPolicy');
|
||||
|
||||
if (\false) {
|
||||
class SecurityPolicy extends \Twig_Sandbox_SecurityPolicy
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Sandbox/SecurityPolicyInterface.php
Executable file
11
system/libs/twig/Sandbox/SecurityPolicyInterface.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Sandbox;
|
||||
|
||||
class_exists('Twig_Sandbox_SecurityPolicyInterface');
|
||||
|
||||
if (\false) {
|
||||
interface SecurityPolicyInterface extends \Twig_Sandbox_SecurityPolicyInterface
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user