Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jun 20, 2010
1 parent b216dc7 commit a036105
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/omb/plugins/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ function _oauth( &$vars ) {
$tablist = array();
for($i=0;$tables[$i]=mysql_fetch_assoc($tabresult);$i++)
foreach($tables[$i] as $k=>$v) $tablist[] = $v;
$Blog->find();
while ($b = $Blog->MoveNext()) {
if (!empty($b->prefix) && in_array($b->prefix."_db_sessions",$tablist)) {
$sql = "SELECT data FROM ".$b->prefix."_db_sessions WHERE data LIKE '%".$db->escape_string($_REQUEST['oauth_token'])."%'";
Expand Down
Binary file added resource/bz20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/fb20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/gear.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/mega.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/thumbsup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/tw20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a036105

Please sign in to comment.