Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
432606760b | ||
|
958dbc7092 | ||
|
12f33b6853 |
@@ -12,7 +12,7 @@
|
||||
"require": {
|
||||
"igaster/laravel-theme": "^2.0.15",
|
||||
"creativeorange/gravatar": "^1.0",
|
||||
"orchestra/asset": "^4.0"
|
||||
"orchestra/asset": "^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
|
@@ -107,7 +107,6 @@
|
||||
},
|
||||
|
||||
updater: function (item) {
|
||||
console.log(item.value);
|
||||
window.parent.location.href = item.value;
|
||||
},
|
||||
})
|
||||
|
@@ -26,9 +26,6 @@ class AdminController extends Controller
|
||||
return ! Session::get('orig_user');
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo Change the background color (or something) so we know we are switched
|
||||
*/
|
||||
public function user_switch_start($id)
|
||||
{
|
||||
if ($this->switch_session() AND $this->switch_authorised($id))
|
||||
|
Reference in New Issue
Block a user