14 lines
189 B
PHP
Executable File
14 lines
189 B
PHP
Executable File
<?php
|
|
////////////////////////
|
|
// RequestManager.php //
|
|
// DigiErbe Tresor //
|
|
////////////////////////
|
|
|
|
class RequestManager {
|
|
|
|
public function __construct(
|
|
|
|
) {
|
|
|
|
}
|
|
} |