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:
Diffstat (limited to 'admin/admin-ajax.php')
-rw-r--r--admin/admin-ajax.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/admin-ajax.php b/admin/admin-ajax.php
index 77f68ac2..103cf1c8 100644
--- a/admin/admin-ajax.php
+++ b/admin/admin-ajax.php
@@ -40,11 +40,6 @@ switch( $action ) {
echo json_encode(array('success'=>$query));
break;
- case 'logout':
- // unused for the moment
- yourls_logout();
- break;
-
default:
yourls_do_action( 'yourls_ajax_'.$action );