6 lines
90 B
PHP
6 lines
90 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
register_shutdown_function(function() {
|
||
|
|
require 'path/to/an/unknown/file';
|
||
|
|
});
|