1
0

2021-04-07

This commit is contained in:
Daniel Tartavel
2021-04-07 21:08:08 +02:00
parent 6a48817267
commit 37d8c8b64f
13 changed files with 312 additions and 67 deletions

View File

@ -1,6 +1,7 @@
<?php
define( 'EOL', "\n" );
define( 'EOLH', "</br>" );
define( 'LF', "\r\n" );
define( 'TAB', "\t" );