1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 10:50:25 +02:00
This commit is contained in:
sweetas
2007-03-19 17:33:49 +00:00
parent 063e2260a5
commit f2a41c993f

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $
| $Revision: 1.8 $ | $Revision: 1.9 $
| $Date: 2007-03-19 17:27:26 $ | $Date: 2007-03-19 17:33:49 $
| $Author: sweetas $ | $Author: sweetas $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -656,8 +656,8 @@ class file_inspector {
$data .= "| GNU General Public License (http://gnu.org).\n"; $data .= "| GNU General Public License (http://gnu.org).\n";
$data .= "|\n"; $data .= "|\n";
$data .= "| \$Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $\n"; $data .= "| \$Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $\n";
$data .= "| \$Revision: 1.8 $\n"; $data .= "| \$Revision: 1.9 $\n";
$data .= "| \$Date: 2007-03-19 17:27:26 $\n"; $data .= "| \$Date: 2007-03-19 17:33:49 $\n";
$data .= "| \$Author: sweetas $\n"; $data .= "| \$Author: sweetas $\n";
$data .= "+----------------------------------------------------------------------------+\n"; $data .= "+----------------------------------------------------------------------------+\n";
$data .= "*/\n\n"; $data .= "*/\n\n";
@@ -713,7 +713,7 @@ class file_inspector {
</td> </td>
</tr> </tr>
<tr> <tr>
<td style='text-align:center' class='forumheader'>".$rs -> form_button('submit', 'main_page', '".FS_LAN_12."')."</td> <td style='text-align:center' class='forumheader'>".$rs -> form_button('submit', 'main_page', FS_LAN_12)."</td>
</tr> </tr>
</table> </table>
</form> </form>