Commit:    9fc2f8ce480d24c817fb6de2386e077e19386d7a
Author:    Kalle Sommer Nielsen <[email protected]>         Sat, 19 Nov 2016 
12:08:27 +0100
Parents:   46e4e0ae2183823c203ed7058c2e61d4403d7ca7
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=9fc2f8ce480d24c817fb6de2386e077e19386d7a

Log:
Remove unused var

Changed paths:
  M  www/admin/index.php


Diff:
diff --git a/www/admin/index.php b/www/admin/index.php
index b689fa0..6e3d74c 100644
--- a/www/admin/index.php
+++ b/www/admin/index.php
@@ -4,8 +4,6 @@ session_start();
 
 bugs_authenticate($user, $pw, $logged_in, $user_flags);
 
-$is_trusted_developer = ($user_flags & BUGS_TRUSTED_DEV);
-
 if (!$logged_in) {
        response_header("Bugs admin suite");
        response_footer("Please login");


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to