forked from leftypol/leftypol
large cleanup
This commit is contained in:
parent
88092e4f9e
commit
c9423a2c34
15 changed files with 7150 additions and 7064 deletions
|
@ -1,5 +1,14 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010-2012 Tinyboard Development Group
|
||||
*/
|
||||
|
||||
if(realpath($_SERVER['SCRIPT_FILENAME']) == str_replace('\\', '/', __FILE__)) {
|
||||
// You cannot request this file directly.
|
||||
exit;
|
||||
}
|
||||
|
||||
class Cache {
|
||||
private static $cache;
|
||||
public static function init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue