Example #1
0
}
</style>
</head>
<body>
<?php 
include 'tabs.php';
?>
<div id="wrapper">
<h2>IT CORE Lane Installation: Scanning Options</h2>

<div class="alert"><?php 
InstallUtilities::checkWritable('../ini.php', False, 'PHP');
?>
</div>
<div class="alert"><?php 
InstallUtilities::checkWritable('../ini-local.php', True, 'PHP');
?>
</div>

<form action=scanning.php method=post>
<table id="install" border=0 cellspacing=0 cellpadding=4>
<tr>
<td colspan="2">
    <hr />
    <b>Check Digits</b>
    <p>
    Most users omit check digits. If you have no particular preference, this
    option is more thoroughly tested. Mixing and matching is not recommended.
    It should work but uniformly omitting or including check digits for
    all barcodes will make some back end tasks easier.
    </p>
Example #2
0
    <li><i>queries.log</i> lists failed queries</li>
</ul>
<div class="alert"><?php 
InstallUtilities::checkWritable('../log/php-errors.log');
?>
</div>
<div class="alert"><?php 
InstallUtilities::checkWritable('../log/queries.log');
?>
</div>
Optional logs:
<ul>
    <li><i>core_local.log</i> lists changes to session/state values. Fills FAST.</li>
</ul>
<div class="alert"><?php 
InstallUtilities::checkWritable('../log/core_local.log', 'True');
?>
</div>
<hr />
<form action=debug.php method=post>
<b>Log State Changes</b>: 
<?php 
echo InstallUtilities::installSelectField('Debug_CoreLocal', array(1 => 'Yes', 0 => 'No'), 0);
?>
<br />
See optional logs above.
<hr />
<b>Show Page Changes</b>: 
<?php 
echo InstallUtilities::installSelectField('Debug_Redirects', array(1 => 'Yes', 0 => 'No'), 0);
?>
Example #3
0
}
?>
<head>
<title>IT CORE Lane Installation: NewMagellan Driver</title>
<link rel="stylesheet" href="../css/toggle-switch.css" type="text/css" />
<script type="text/javascript" src="../js/jquery.js"></script>
</head>
<body>
<?php 
include 'tabs.php';
?>
<div id="wrapper">    
<h2>IT CORE Lane Installation: Hardware Driver Settings (NewMagellan)</h2>

<div class="alert"><?php 
InstallUtilities::checkWritable('../ini.json', false, 'JSON');
?>
</div>

<form action=driver.php method=post>
<table id="install" border=0 cellspacing=0 cellpadding=4>
<tr>
    <td colspan=3 class="tblHeader"><h3>General Settings</h3></td>
</tr>
<tr>
    <td style="width: 30%;"><b>Add Device</b>:</td>
    <td>
    <select name="new-module" title="Stored in ini.json">
    <option value="n/a">Select device...</option>
    <?php 
foreach ($known_good_modules as $mod => $info) {