convertlinks.php

来自「php 开发的内容管理系统」· PHP 代码 · 共 17 行

PHP
17
字号
<?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 * * @package MediaWiki * @subpackage Maintenance *//** */require_once( "commandLine.inc" );require_once( "convertLinks.inc" );convertLinks();?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?