mirror of
https://github.com/e107inc/e107.git
synced 2025-02-16 04:24:42 +01:00
8 lines
194 B
PHP
8 lines
194 B
PHP
<?php
|
|
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
echo "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/metaweblog.php?rsd\" />\n";
|
|
|
|
|
|
?>
|