aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 167c4401..d89fa41c 100755
--- a/index.php
+++ b/index.php
@@ -84,7 +84,7 @@ function url(){
84 <li><a href="index.php">home</a></li> 84 <li><a href="index.php">home</a></li>
85 <li><a href="#">favorites</a></li> 85 <li><a href="#">favorites</a></li>
86 <li><a href="#">archive</a></li> 86 <li><a href="#">archive</a></li>
87 <li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>index.php?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> 87 <li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li>
88 </ul> 88 </ul>
89 <?php 89 <?php
90 $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?"); 90 $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?");