2011-05-06 12:33:45 +02:00
|
|
|
<?php
|
2012-01-02 22:44:26 +01:00
|
|
|
include 'update_indexes.php';
|
2012-01-02 23:37:28 +01:00
|
|
|
updateGoogleCodeIndexes();
|
2011-05-06 12:33:45 +02:00
|
|
|
header('Content-type: application/xml');
|
|
|
|
header('Content-Disposition: attachment; filename="indexes.xml"');
|
|
|
|
|
|
|
|
readfile('indexes.xml');
|
|
|
|
?>
|