????JFIF??x?x????'
Server IP : 104.21.32.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./pontiacques.org/wp-content/plugins/robo-gallery/app/extensions/key/ |
Upload File : |
<?php /* @@copyright@ */ if(!defined('WPINC')) die; class Robo_Gallery_Key { public function __construct(){ } public static function getKeyPath() { $proPath = ''; $key_dir = 'robogallerykey'; $key_file = $key_dir.'.php'; $proPath = ROBO_GALLERY_PATH.$key_file; if( file_exists($proPath) ) return $proPath; for($i=-1;$i<6;$i++){ $proPath = WP_PLUGIN_DIR.'/'.$key_dir.($i!=-1?'-'.$i:'').'/'.$key_file; if ( file_exists($proPath) ) return $proPath; } return false; } } /* ROBO_GALLERY_KEY - old ROBO_GALLERY_KEY_VERSION - old version number ROBO_GALLERY_PRO - test ROBO_GALLERY_KEY_PATH ROBO_GALLERY_KEY_PATH_DIR NEW ROBO_GALLERY_TYR ROBO_GALLERY_TYR_PATH ROBO_GALLERY_TYR_PATH_DIR */ if( $keyPath = Robo_Gallery_Key::getKeyPath() ){ include_once( $keyPath ); } if( !defined("ROBO_GALLERY_TYR") ) define("ROBO_GALLERY_TYR", 0);