User:SQLBot/postcode.php

From Wikipedia, the free encyclopedia

<?php
include('SxWiki.php');
include('config.php');
 
$page = file_get_contents('SxWiki.php');
$page = '<source lang="php">' . "\r\n" . $page . "\r\n<" . '/source>';
sxPutPage('User:SQL/SxWiki/Source', 'Sync with local copy using [[User:SQL/SxWiki|SxWiki]].', $page, $null);
 
?>