This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Added Option to disable Cache. Debugging made easy.
pull/90/head
Kanti
11 years ago
parent
24f401bb3c
commit
6e7adcee7d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
system/includes/functions.php
+ 2
- 0
system/includes/functions.php
View File
@ -1625,6 +1625,8 @@ EOF;
// File cache
function
file_cache
(
$request
)
{
if
(
config
(
'cache.off'
))
return
;
$c
=
str_replace
(
'/'
,
'#'
,
str_replace
(
'?'
,
'~'
,
$request
));
$cachefile
=
'cache/page/'
.
$c
.
'.cache'
;
Write
Preview
Loading…
Cancel
Save