mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* 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
12 lines
176 B
PHP
Executable File
12 lines
176 B
PHP
Executable File
<?php
|
|
|
|
namespace Twig\Loader;
|
|
|
|
class_exists('Twig_ExistsLoaderInterface');
|
|
|
|
if (\false) {
|
|
interface ExistsLoaderInterface extends \Twig_ExistsLoaderInterface
|
|
{
|
|
}
|
|
}
|