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 include ('../config.php'); include ('../../codebase/gantt_connector.php'); $..
Decoded Output download
<?php
include ('../config.php');
include ('../../codebase/gantt_connector.php');
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);
$gantt = new JSONGanttConnector($res, "PDO");
$gantt->mix("open", 1);
$gantt->render_links("gantt_links", "id", "source,target,type");
$gantt->render_table("gantt_tasks","id","start_date,duration,text,progress,parent","");
?>
Did this file decode correctly?
Original Code
<?php
include ('../config.php');
include ('../../codebase/gantt_connector.php');
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);
$gantt = new JSONGanttConnector($res, "PDO");
$gantt->mix("open", 1);
$gantt->render_links("gantt_links", "id", "source,target,type");
$gantt->render_table("gantt_tasks","id","start_date,duration,text,progress,parent","");
?>
Function Calls
None |
Stats
MD5 | 823dd23b318c8ac1bbd919e38c268fee |
Eval Count | 0 |
Decode Time | 77 ms |