Skip to content

Commit

Permalink
shortener init
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Sep 3, 2009
1 parent 63cc61c commit 1ef20c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/shortener/models/Shortener.php
Expand Up @@ -15,7 +15,6 @@
else
$id = '';
if ( $id != '' && $id != basename($_SERVER['PHP_SELF']) ){
echo $id; exit;
$location = $url->get_url($id);
if ( $location != -1 ) {
include 'db/library/pca/pca.class.php';
Expand Down

0 comments on commit 1ef20c0

Please sign in to comment.