mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
5 lines
99 B
PHP
5 lines
99 B
PHP
<?php
|
|
/*
|
|
* Renameuser file for b/c... this sucks
|
|
*/
|
|
require_once( __DIR__ . '/Renameuser.php' );
|