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 $table = new PhabricatorProfileMenuItemConfiguration(); $conn_w = $table->establish..
Decoded Output download
<?php
$table = new PhabricatorProfileMenuItemConfiguration();
$conn_w = $table->establishConnection('w');
queryfx(
$conn_w,
'DELETE FROM %T WHERE menuItemKey = "motivator"',
$table->getTableName());
?>
Did this file decode correctly?
Original Code
<?php
$table = new PhabricatorProfileMenuItemConfiguration();
$conn_w = $table->establishConnection('w');
queryfx(
$conn_w,
'DELETE FROM %T WHERE menuItemKey = "motivator"',
$table->getTableName());
Function Calls
None |
Stats
MD5 | 2e9c8b4d8b61d8a037ddd1e6a4a6b3a5 |
Eval Count | 0 |
Decode Time | 96 ms |