mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
c676cb13f0
commit
8bc496a001
@ -114,13 +114,13 @@
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="<?=$StyleURL?>" title="External CSS" />
|
||||
<?
|
||||
}
|
||||
if (!empty(G::$LoggedUser['UseOpenDyslexic'])) {
|
||||
}
|
||||
if (!empty(G::$LoggedUser['UseOpenDyslexic'])) {
|
||||
// load the OpenDyslexic font
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" charset="utf-8"
|
||||
href="<?=STATIC_SERVER?>styles/opendyslexic/style.css?v=<?=filemtime(SERVER_ROOT.'/static/styles/opendyslexic/style.css')?>" />
|
||||
<?
|
||||
}
|
||||
}
|
||||
$ExtraCSS = explode(',', $CSSIncludes);
|
||||
foreach ($ExtraCSS as $CSS) {
|
||||
|
@ -1,5 +1,11 @@
|
||||
CHANGE LOG
|
||||
|
||||
2014-02-11 by alderaan
|
||||
Re-enable torrent inactivity deletion for public Gazelle. This was accidentally put in a public release.
|
||||
|
||||
2014-02-11 by alderaan
|
||||
Enable usage of the OpenDyslexic fonts on the mobile version of the site
|
||||
|
||||
2014-01-28 by alderaan
|
||||
Adv. User Search: Replace date format tooltips with "placeholder" HTML attributes
|
||||
|
||||
|
@ -971,7 +971,8 @@ function next_hour() {
|
||||
sleep(10);
|
||||
|
||||
$i = 0;
|
||||
/*$DB->query("
|
||||
|
||||
$DB->query("
|
||||
SELECT
|
||||
t.ID,
|
||||
t.GroupID,
|
||||
@ -1038,7 +1039,7 @@ function next_hour() {
|
||||
INSERT INTO log (Message, Time)
|
||||
VALUES $Values");
|
||||
echo "\nDeleted $i torrents for inactivity\n";
|
||||
}*/
|
||||
}
|
||||
|
||||
$DB->query("
|
||||
SELECT SimilarID
|
||||
|
Loading…
Reference in New Issue
Block a user