Server IP : 213.32.127.20 / Your IP : 216.73.216.252 Web Server : Apache System : Linux ns3.servidorneptuno.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64 User : atoqsfjh ( 1072) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/899396/root/usr/local/sitepad/lib/panels/interworx/plugin/Ctrl/Siteworx/ |
Upload File : |
<?php /** * InterWorx Hosting Control Panel * * <pre> * +----------------------------------------------------------------------+ * | Copyright (c) 2000-2010 InterWorx L.L.C., All Rights Reserved. | * +----------------------------------------------------------------------+ * | Redistribution and use in source form, with or without modification | * | is NOT permitted without consent from the copyright holder. | * | | * | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND | * | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | * | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | * | PARTICULAR PURPOSE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | * | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | * | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | * | PROFITS; OF BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | * | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | * | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | * | USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | * | DAMAGE. | * +----------------------------------------------------------------------+ * </pre> * * @package InterWorx * @author Paul Oehler <poehler@interworx.com> * @date Sep 22, 2009 */ /** * Nodeworx hello world sample plugin controller. * * @package InterWorx * @subpackage Plugin */ class Ctrl_Siteworx_Sitepad extends Ctrl_Siteworx_Plugin { /** * Default action. */ public function indexAction() { $this->_getPlugin()->runEnduser(); // does not return } }