Remove unnecessary clearstatcache() calls in cache file module. Remove redundant closing tags. Remove old breadcrumb function.

v1.5 1.4.1
Bruno O. Notario 5 years ago
parent a460d1f81f
commit fceaeea305
  1. 12
      controller/common/header.php
  2. 37
      system/breadcrumb/autoload.php
  3. 42
      system/caches/caches.php
  4. 1
      system/captcha/autoload.php
  5. 1
      system/config/autoload.php
  6. 2
      system/engine/VERSION
  7. 1
      system/mail/mail.php

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -221,4 +221,3 @@ class Captcha {
imagedestroy($image);
}
}
?>

@ -29,4 +29,3 @@ final class Config {
}
}
}
?>

@ -411,4 +411,3 @@ final class Mail {
}
}
}
?>
Loading…
Cancel
Save