You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soyezcreateurs/phpstan-constants.php

8 lines
151 B
PHP

<?php
define('_DIR_RACINE', 1);
define('_DIR_VAR', 1);
define('_LOG_DEBUG', 1);
define('_SPIP_AJAX', 1);
define('_NOM_TEMPORAIRES_INACCESSIBLES', 1);