0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
smarty_tiki
/
[
Home
]
File: modifier.compactisodate.php
<?php //this script may only be included - so its better to die if called directly. if (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !== false) { header("location: index.php"); exit; } // this returns the compact ISO 8601 date for microformats function smarty_modifier_compactisodate($string) { global $tikilib; return $tikilib->get_compact_iso8601_datetime($string); } ?>
© 2017 -
ZeroByte.ID
.