mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 2764. fixed a bug. remove duplicated include statement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12635 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0cbddf117c
commit
fb2df13a8e
3 changed files with 0 additions and 9 deletions
3
classes/cache/CacheApc.class.php
vendored
3
classes/cache/CacheApc.class.php
vendored
|
|
@ -1,7 +1,4 @@
|
|||
<?php
|
||||
include '../handler/Handler.class.php';
|
||||
include './CacheHandler.class.php';
|
||||
|
||||
/**
|
||||
* Cache class for APC
|
||||
*
|
||||
|
|
|
|||
3
classes/cache/CacheFile.class.php
vendored
3
classes/cache/CacheFile.class.php
vendored
|
|
@ -1,7 +1,4 @@
|
|||
<?php
|
||||
include '../handler/Handler.class.php';
|
||||
include './CacheHandler.class.php';
|
||||
|
||||
/**
|
||||
* Cache class for file
|
||||
*
|
||||
|
|
|
|||
3
classes/cache/CacheWincache.class.php
vendored
3
classes/cache/CacheWincache.class.php
vendored
|
|
@ -1,7 +1,4 @@
|
|||
<?php
|
||||
include '../handler/Handler.class.php';
|
||||
include './CacheHandler.class.php';
|
||||
|
||||
/**
|
||||
* Cache class for Wincache
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue