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" />
|
<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
|
// load the OpenDyslexic font
|
||||||
?>
|
?>
|
||||||
<link rel="stylesheet" type="text/css" charset="utf-8"
|
<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')?>" />
|
href="<?=STATIC_SERVER?>styles/opendyslexic/style.css?v=<?=filemtime(SERVER_ROOT.'/static/styles/opendyslexic/style.css')?>" />
|
||||||
<?
|
<?
|
||||||
}
|
|
||||||
}
|
}
|
||||||
$ExtraCSS = explode(',', $CSSIncludes);
|
$ExtraCSS = explode(',', $CSSIncludes);
|
||||||
foreach ($ExtraCSS as $CSS) {
|
foreach ($ExtraCSS as $CSS) {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
CHANGE LOG
|
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
|
2014-01-28 by alderaan
|
||||||
Adv. User Search: Replace date format tooltips with "placeholder" HTML attributes
|
Adv. User Search: Replace date format tooltips with "placeholder" HTML attributes
|
||||||
|
|
||||||
|
@ -971,7 +971,8 @@ function next_hour() {
|
|||||||
sleep(10);
|
sleep(10);
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
/*$DB->query("
|
|
||||||
|
$DB->query("
|
||||||
SELECT
|
SELECT
|
||||||
t.ID,
|
t.ID,
|
||||||
t.GroupID,
|
t.GroupID,
|
||||||
@ -1038,7 +1039,7 @@ function next_hour() {
|
|||||||
INSERT INTO log (Message, Time)
|
INSERT INTO log (Message, Time)
|
||||||
VALUES $Values");
|
VALUES $Values");
|
||||||
echo "\nDeleted $i torrents for inactivity\n";
|
echo "\nDeleted $i torrents for inactivity\n";
|
||||||
}*/
|
}
|
||||||
|
|
||||||
$DB->query("
|
$DB->query("
|
||||||
SELECT SimilarID
|
SELECT SimilarID
|
||||||
|
Loading…
Reference in New Issue
Block a user