set explicit tmp folder for phpstan to not overlap with other users Basic class return false for unset date or datetime parameter
7 lines
162 B
PHP
Executable File
7 lines
162 B
PHP
Executable File
<?php
|
|
// Boostrap file for PHPstand
|
|
// sets the _SERVER['HTTP_HOST'] var so we can have DB detection
|
|
$_SERVER['HTTP_HOST'] = 'soba.tokyo.tequila.jp';
|
|
|
|
// __END__
|