8 lines
223 B
PHP
Executable file
8 lines
223 B
PHP
Executable file
<?php
|
|
include 'update_indexes.php';
|
|
updateGoogleCodeIndexes($update);
|
|
header('Content-type: application/xml');
|
|
header('Content-Disposition: attachment; filename="indexes.xml"');
|
|
|
|
readfile('indexes.xml');
|
|
?>
|