Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2010-04-15 19:21:02 +0400
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2010-04-15 19:21:02 +0400
commitc1977cf442ed085d83b257c9622646042cac7517 (patch)
tree73d903ece9edd49c0d09d0bdc0e65f7fa13017b4 /yourls-go.php
parent9a73e8b531b9b1b326d58ba26c01893d1eee9963 (diff)
More Pluginifications
git-svn-id: http://yourls.googlecode.com/svn/trunk@314 12232710-3e20-11de-b438-597f59cd7555
Diffstat (limited to 'yourls-go.php')
-rw-r--r--yourls-go.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/yourls-go.php b/yourls-go.php
index 80d70793..eb01184d 100644
--- a/yourls-go.php
+++ b/yourls-go.php
@@ -20,6 +20,8 @@ if( !empty($url) ) {
$update_clicks = yourls_update_clicks( $keyword );
// Update detailed log for stats
$log_redirect = yourls_log_redirect( $keyword );
+
+ yourls_do_action( 'redirect_shorturl' );
yourls_redirect( $url, 301 );