diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:30:25 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:30:25 -0700 |
commit | 1646ec830578457b1b1db19ddf0388f14ca66710 (patch) | |
tree | e4fe8b07e50179311beaf493612f30acfc6b86ec | |
parent | dcaeec583ca5e99941a725c0784a382ed29bd529 (diff) | |
parent | cb825735697c8315049c747ea80ff3ad84194593 (diff) | |
download | pathery-1646ec830578457b1b1db19ddf0388f14ca66710.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | globe.php | 10 | ||||
-rw-r--r-- | images/Mute.png | bin | 9317 -> 3197 bytes | |||
-rw-r--r-- | images/Sound.png | bin | 8058 -> 3332 bytes | |||
-rw-r--r-- | includes/header.php | 2 |
5 files changed, 4 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcedbc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/motdLockFile @@ -4,15 +4,7 @@ if (!session_id()) session_start();
//session_regenerate_id();
-//Database login:
-//include_once 'sqlEmbedded.php';
-
-//!! CONFIRM THIS DOMAIN BEFORE TRANSFER
-//$mydomain = "http://www.mazetd.4xg.net/";
-//$mydomain = "http://www.blue.4xg.net/
-//$mydomain = "http://www.pathery.com/";
-$mydomain = "http://beta.snapems.com/";
-//include_once('includes/db.inc.php');
+include_once('includes/db.inc.php');
function LogError($error) {
diff --git a/images/Mute.png b/images/Mute.png Binary files differindex 8210033..27f9ded 100644 --- a/images/Mute.png +++ b/images/Mute.png diff --git a/images/Sound.png b/images/Sound.png Binary files differindex f2a51fa..15666f5 100644 --- a/images/Sound.png +++ b/images/Sound.png diff --git a/includes/header.php b/includes/header.php index 15129c4..7085aea 100644 --- a/includes/header.php +++ b/includes/header.php @@ -18,6 +18,8 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a }
?>
<link rel="image_src" type="image/png" href="/images/linkdsp.png" />
+ <link rel="icon" href="/favicon.ico" type="image/x-icon"/>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<?php
foreach ($css as $c) {
echo " <link href=\"css/$c.css?v=$resourceVer.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
|