Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / convertLinks.php
@John Ryland John Ryland on 22 Dec 2020 292 bytes import NUC files
<?php
/**
 * Convert from the old links schema (string->ID) to the new schema (ID->ID)
 * The wiki should be put into read-only mode while this script executes
 *
 * @addtogroup Maintenance
 */

/** */
require_once( "commandLine.inc" );
require_once( "convertLinks.inc" );

convertLinks();