0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: BatchSvc.tar
AuditMessage.class.php 0000666 00000000732 15137312647 0010753 0 ustar 00 <?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * AuditMessage.class.php */ /** * * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package Batch */ class AuditMessage { private $Message; // string public function setMessage($value){$this->Message=$value;} // string public function getMessage(){return $this->Message;} // string } ?> .htaccess 0000666 00000000177 15137312647 0006364 0 ustar 00 <FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>