| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/vallabhaa_tempstop/wp-content/plugins/speedycache/ |
| Current File : //home/udaipurk/www/websites/vallabhaa_tempstop/wp-content/plugins/speedycache/speedycache.php |
<?php
/*
Plugin Name: SpeedyCache
Plugin URI: https://speedycache.com
Description: SpeedyCache is a plugin that helps you reduce the load time of your website by means of caching, minification, and compression of your website.
Version: 1.1.1
Author: Softaculous Team
Author URI: https://speedycache.com/
Text Domain: speedycache
*/
// We need the ABSPATH
if (!defined('ABSPATH')) exit;
if(!function_exists('add_action')){
echo 'You are not allowed to access this page directly.';
exit;
}
// If SPEEDYCACHE_VERSION exists then the plugin is loaded already !
if(defined('SPEEDYCACHE_VERSION')) {
return;
}
define('SPEEDYCACHE_FILE', __FILE__);
include_once(dirname(__FILE__).'/init.php');