Moved the Agents into their own repo. Kept the agent.pl just for reference

This commit is contained in:
Frank Harris 2025-09-11 13:27:32 -04:00
parent 22381be29a
commit 8680a02b13
18132 changed files with 0 additions and 2569420 deletions

View file

@ -1,25 +0,0 @@
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
<!-- Template /skins/blue/admin_createtables1.template.php begin -->
<input type="hidden" name="input_admin_username" value="<?php echo $input_admin_username; ?>" />
<input type="hidden" name="input_admin_password" value="<?php echo $input_admin_password; ?>" />
<?php for ($i=0; $i<sizeof($net2ftp_output["admin_createtables"]); $i++) {
echo $net2ftp_output["admin_createtables"][$i] . "<br />\n";
} // end for ?>
<?php echo __("Please enter your MySQL settings:"); ?><br /><br />
<table>
<tr><td><?php echo __("MySQL username"); ?></td><td> <input type="text" name="dbusername2" value="<?php echo $dbusername2; ?>" /></td></tr>
<tr><td><?php echo __("MySQL password"); ?></td><td> <input type="password" name="dbpassword2" value="<?php echo $dbpassword2; ?>" /></td></tr>
<tr><td><?php echo __("MySQL database"); ?></td><td> <input type="text" name="dbname2" value="<?php echo $dbname2; ?>" /></td></tr>
<tr><td><?php echo __("MySQL server"); ?></td> <td> <input type="text" name="dbserver2" value="<?php echo $dbserver2; ?>" /></td></tr>
</table><br /><br />
<?php echo __("This SQL query is going to be executed:"); ?><br /><br />
<textarea name="text" class="edit" rows="10" cols="100" wrap="off">
<?php echo $sqlquerystring; ?>
</textarea><br /><br />
<!-- Template /skins/blue/admin_createtables1.template.php end -->