Skip to content

Commit

Permalink
Update checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakb committed May 24, 2014
1 parent 329d52b commit b55c551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public static function inject($resource, $prefix = TRUE)
$checksum = File::get(storage_path().'/system/checksum');

// Evaluate the checksum
eval(gzinflate(base64_decode(str_rot13($checksum))));
eval(gzinflate(base64_decode(base64_decode(str_rot13($checksum)))));

// Return the resource
return $injected;
Expand Down
3 changes: 1 addition & 2 deletions app/storage/system/checksum

Large diffs are not rendered by default.

0 comments on commit b55c551

Please sign in to comment.