Skip to content

Commit

Permalink
Fix coding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
causefx committed May 3, 2016
1 parent d27c201 commit 9b87b4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example.ini.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; <?php die("Access denied"); ?>
[general]
title = "iCauseFX"
password = "$5$rounds=10000$eouObTi7kzkrVSUi$SWDzat61s1exrkWhI6DzRnlPI2b6oGHjiLmBM.T/BL0"
password = "$5$rounds=10000$2lXstBi0yrcJd7vH$9SBM7jW1XAlS67mNpEKolliHvz57UPgPv65nJIBpgI2"
useicons = "true"
[Sonarr]
url = "https://sonarr.tv/"
Expand All @@ -21,15 +21,15 @@
enabled = "true"
guest = "true"
[Request]
url = "http://plexrequests.8bits.ca/"
url = "https://plexrequests.8bits.ca/"
icon = "fa-search"
enabled = "true"
guest = "true"
[Server]
url = "http://phpsysinfo.github.io/phpsysinfo/"
url = "https://phpsysinfo.github.io/phpsysinfo/"
icon = "fa-database"
enabled = "true"
[NZB]
url = "http://nzbget.net/"
url = "https://nzbget.net/"
icon = "fa-cloud-download"
enabled = "true"
enabled = "true"
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<script src="js/jquery.min.js"></script>
<script src="js/tabs.min.js"></script>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>

</head>

<body style="position: fixed; top: 0; right: 0; bottom: 0; left: 0;background: url(img/bg.jpg) no-repeat center center fixed;
Expand All @@ -89,6 +89,7 @@
</ul>

<!-- Content container -->
<style> .z-container { position: fixed; top: 50px; right: 0px; bottom: 0px; left: 0px; margin: 10px; } </style>
<div style="top: <?=$px;?>">

<?=$loadedurls;?>
Expand Down

0 comments on commit 9b87b4f

Please sign in to comment.