Plugin Directory

Changeset 1161749


Ignore:
Timestamp:
05/16/2015 11:01:21 AM (11 years ago)
Author:
veisis
Message:

Fix admin framework include

Location:
wp-fcashe/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-fcashe/trunk/fcache.php

    r1160375 r1161749  
    1717// phpFastCache Library
    1818require_once( dirname(__FILE__) . '/lib/phpfastcache/phpfastcache/3.0.4/phpfastcache.php' );
     19require_once( dirname( __FILE__ ) . '/lib/admin-page-framework/admin-page-framework.php' );
    1920
    2021if ( is_admin() )
  • wp-fcashe/trunk/lib/settings.php

    r1160375 r1161749  
    11<?php
    2 include( dirname( __FILE__ ) . '/admin-page-framework/admin-page-framework.php' );
    32if ( ! class_exists( 'Fcache_AdminPageFramework' ) ) {
    43    return;
Note: See TracChangeset for help on using the changeset viewer.