mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:10:24 +00:00
better logger format, some comments
This commit is contained in:
parent
ef4ce5f795
commit
0b83432bf3
3 changed files with 30 additions and 10 deletions
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
/*
|
||||
* This is the old template engine, now deprecated.
|
||||
* Friendica's default template engine is Smarty3 (see include/friendica_smarty.php)
|
||||
*
|
||||
*/
|
||||
require_once 'object/TemplateEngine.php';
|
||||
|
||||
define("KEY_NOT_EXISTS", '^R_key_not_Exists^');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue