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 final class DiffusionRepositoryHistoryManagementPanel extends DiffusionRepository..

Decoded Output download

<?php

final class DiffusionRepositoryHistoryManagementPanel
  extends DiffusionRepositoryManagementPanel {

  const PANELKEY = 'history';

  public function getManagementPanelLabel() {
    return pht('History');
  }

  public function getManagementPanelOrder() {
    return 2000;
  }

  public function getManagementPanelIcon() {
    return 'fa-list-ul';
  }

  public function buildManagementPanelContent() {
    return $this->newTimeline();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class DiffusionRepositoryHistoryManagementPanel
  extends DiffusionRepositoryManagementPanel {

  const PANELKEY = 'history';

  public function getManagementPanelLabel() {
    return pht('History');
  }

  public function getManagementPanelOrder() {
    return 2000;
  }

  public function getManagementPanelIcon() {
    return 'fa-list-ul';
  }

  public function buildManagementPanelContent() {
    return $this->newTimeline();
  }

}

Function Calls

None

Variables

None

Stats

MD5 42d79b5874a3dec1f27561183654c691
Eval Count 0
Decode Time 86 ms