REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 672 B
Close
/home/jambtst2015/public_html/cccng.org/wp-content/plugins/gdpr-framework/autoload.php
Text
Base64
<?php spl_autoload_register(function ($class) { // namespace prefix $prefix = 'Codelight\\GDPR\\'; // check if this is a class from our project $len = strlen($prefix); if (strncmp($prefix, $class, $len) !== 0) { return; // nope, it isn't } // get the relative class name // remove the namespace name $className = substr($class, $len); // base directory of classes $baseDir = __DIR__ . '/src/'; // relative including $file = $baseDir . str_replace('\\', DIRECTORY_SEPARATOR, $className) . '.php'; // if the file exists, require it if (file_exists($file)) { require_once($file); } });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2024-12-30 07:14:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
images
DIR
-
drwxr-xr-x
2024-12-30 07:14:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
languages
DIR
-
drwxr-xr-x
2024-12-30 07:14:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
src
DIR
-
drwxr-xr-x
2024-12-30 07:14:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
views
DIR
-
drwxr-xr-x
2024-12-30 07:14:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
autoload.php
672 B
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap.php
1.14 KB
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gdpr-framework.php
8.03 KB
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gdpr-helper-functions.php
11.33 KB
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license.txt
31.79 KB
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
20.95 KB
lrw-r--r--
2024-02-28 13:55:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).