Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $conn = id(new PhabricatorRepository())->establishConnection('w'); if (queryfx_one(..
Decoded Output download
<?php
$conn = id(new PhabricatorRepository())->establishConnection('w');
if (queryfx_one($conn, "SHOW COLUMNS FROM `repository` LIKE 'description'")) {
queryfx($conn, 'ALTER TABLE `repository` DROP `description`');
}
?>
Did this file decode correctly?
Original Code
<?php
$conn = id(new PhabricatorRepository())->establishConnection('w');
if (queryfx_one($conn, "SHOW COLUMNS FROM `repository` LIKE 'description'")) {
queryfx($conn, 'ALTER TABLE `repository` DROP `description`');
}
Function Calls
None |
Stats
MD5 | d89c2ae8539b389cf66d3c332365de9e |
Eval Count | 0 |
Decode Time | 105 ms |