C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\nucleus\rsd.php


1
2
3
4
5
6
7
8
<?php
// RSD file (http://archipelago.phrasewise.com/rsd)
$CONF = array();
include(
'./config.php');
selectSkin('xml/rsd');
selector();

?>