45 lines
960 B
PHP
45 lines
960 B
PHP
<?php
|
|
|
|
include_once("./include/cfg-petar.php");
|
|
include_once("./include/layout.php");
|
|
include_once("./include/users.php");
|
|
|
|
$fortune = shell_exec('/usr/games/fortune /usr/local/share/games/fortune/italia');
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!-- ------------------------------------------------------------------------ -->
|
|
|
|
<?php require 'include/inc-header.php';?>
|
|
|
|
<!-- ------------------------------------------------------------------------ -->
|
|
|
|
<?php require 'include/inc-top.php';?>
|
|
|
|
<!-- ------------------------------------------------------------------------ -->
|
|
|
|
|
|
<tr bgcolor=navy align=center>
|
|
<td colspan=2><font color=yellow><b>About me</b></font></td>
|
|
<tr><td colspan=2>
|
|
|
|
|
|
|
|
Empty Page ... no time to write it, yet ...
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<!-- ------------------------------------------------------------------------ -->
|
|
|
|
<?php require 'include/inc-footer.php';?>
|
|
|
|
<!-- ------------------------------------------------------------------------ -->
|