make the version string ungooglable
This commit is contained in:
parent
612332a1a7
commit
ed4b62dc71
@ -55,8 +55,8 @@ define("DEBUG", true);
|
|||||||
define("COVERAGE", true);
|
define("COVERAGE", true);
|
||||||
define("CACHE_MEMCACHE", false);
|
define("CACHE_MEMCACHE", false);
|
||||||
define("CACHE_DIR", false);
|
define("CACHE_DIR", false);
|
||||||
define("SCORE_VERSION", 's2hack');
|
|
||||||
define("VERSION", 'trunk');
|
define("VERSION", 'trunk');
|
||||||
|
define("SCORE_VERSION", 's2hack/'.VERSION);
|
||||||
define("COOKIE_PREFIX", 'shm');
|
define("COOKIE_PREFIX", 'shm');
|
||||||
|
|
||||||
if(!file_exists("config.php")) {
|
if(!file_exists("config.php")) {
|
||||||
|
@ -50,7 +50,6 @@ class Layout {
|
|||||||
$base_href = $config->get_string('base_href');
|
$base_href = $config->get_string('base_href');
|
||||||
$data_href = get_base_href();
|
$data_href = get_base_href();
|
||||||
$contact_link = $config->get_string('contact_link');
|
$contact_link = $config->get_string('contact_link');
|
||||||
$version = "Shimmie-".VERSION;
|
|
||||||
|
|
||||||
|
|
||||||
$header_html = "";
|
$header_html = "";
|
||||||
@ -203,7 +202,7 @@ $header_html
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
<em>
|
<em>
|
||||||
Images © their respective owners,
|
Images © their respective owners,
|
||||||
<a href="http://code.shishnet.org/shimmie2/">$version</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
||||||
based on the Danbooru concept.
|
based on the Danbooru concept.
|
||||||
$debug
|
$debug
|
||||||
|
@ -12,7 +12,6 @@ class Layout {
|
|||||||
$theme_name = $config->get_string('theme', 'default');
|
$theme_name = $config->get_string('theme', 'default');
|
||||||
$data_href = get_base_href();
|
$data_href = get_base_href();
|
||||||
$contact_link = $config->get_string('contact_link');
|
$contact_link = $config->get_string('contact_link');
|
||||||
$version = "Shimmie-".VERSION;
|
|
||||||
|
|
||||||
$header_html = "";
|
$header_html = "";
|
||||||
foreach($page->headers as $line) {
|
foreach($page->headers as $line) {
|
||||||
@ -70,7 +69,7 @@ $header_html
|
|||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Images © their respective owners,
|
Images © their respective owners,
|
||||||
<a href="http://code.shishnet.org/shimmie2/">$version</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
||||||
based on the Danbooru concept.
|
based on the Danbooru concept.
|
||||||
$debug
|
$debug
|
||||||
|
@ -7,7 +7,6 @@ class Layout {
|
|||||||
$theme_name = $config->get_string('theme', 'default');
|
$theme_name = $config->get_string('theme', 'default');
|
||||||
$data_href = get_base_href();
|
$data_href = get_base_href();
|
||||||
$contact_link = $config->get_string('contact_link');
|
$contact_link = $config->get_string('contact_link');
|
||||||
$version = "Shimmie-".VERSION;
|
|
||||||
|
|
||||||
$header_html = "";
|
$header_html = "";
|
||||||
foreach($page->headers as $line) {
|
foreach($page->headers as $line) {
|
||||||
@ -73,7 +72,7 @@ $header_html
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
<hr>
|
<hr>
|
||||||
Images © their respective owners,
|
Images © their respective owners,
|
||||||
<a href="http://code.shishnet.org/shimmie2/">$version</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
||||||
based on the Danbooru concept.
|
based on the Danbooru concept.
|
||||||
<br>Futaba theme based on 4chan's layout and CSS :3
|
<br>Futaba theme based on 4chan's layout and CSS :3
|
||||||
|
@ -7,7 +7,6 @@ class Layout {
|
|||||||
$theme_name = $config->get_string('theme', 'default');
|
$theme_name = $config->get_string('theme', 'default');
|
||||||
$data_href = get_base_href();
|
$data_href = get_base_href();
|
||||||
$contact_link = $config->get_string('contact_link');
|
$contact_link = $config->get_string('contact_link');
|
||||||
$version = "Shimmie-".VERSION;
|
|
||||||
|
|
||||||
$header_html = "";
|
$header_html = "";
|
||||||
foreach($page->headers as $line) {
|
foreach($page->headers as $line) {
|
||||||
@ -63,7 +62,7 @@ $header_html
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
<hr>
|
<hr>
|
||||||
Images © their respective owners,
|
Images © their respective owners,
|
||||||
<a href="http://code.shishnet.org/shimmie2/">$version</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
||||||
based on the Danbooru concept.
|
based on the Danbooru concept.
|
||||||
$debug
|
$debug
|
||||||
|
@ -12,7 +12,6 @@ class Layout {
|
|||||||
$theme_name = $config->get_string('theme', 'default');
|
$theme_name = $config->get_string('theme', 'default');
|
||||||
$data_href = get_base_href();
|
$data_href = get_base_href();
|
||||||
$contact_link = $config->get_string('contact_link');
|
$contact_link = $config->get_string('contact_link');
|
||||||
$version = "Shimmie-".VERSION;
|
|
||||||
|
|
||||||
$header_html = "";
|
$header_html = "";
|
||||||
foreach($page->headers as $line) {
|
foreach($page->headers as $line) {
|
||||||
@ -77,7 +76,7 @@ $header_html
|
|||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Images © their respective owners,
|
Images © their respective owners,
|
||||||
<a href="http://code.shishnet.org/shimmie2/">$version</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
<a href="http://www.shishnet.org/">Shish</a> 2007-2009,
|
||||||
based on the Danbooru concept.
|
based on the Danbooru concept.
|
||||||
$debug
|
$debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user