8 lines
227 B
PHP
8 lines
227 B
PHP
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
require_once('Loader.php');
|
|
Loader::registerAutoload();
|
|
|
|
$application = new Smb_Application_Cli_HostnameHelper(Os::factory());
|
|
$application->run();
|