init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
13
scripts/ajax/tankeneu6.php
Normal file
13
scripts/ajax/tankeneu6.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$tank = $GLOBALS['mysql']->query_single("SELECT * FROM tanken WHERE id=5");
|
||||
|
||||
|
||||
$tankex['open']=$tank['open'];
|
||||
$tankex['diesel']=substr($tank['diesel'], 0, -1);
|
||||
$tankex['dieselx']=substr($tank['diesel'], -1, 1);
|
||||
|
||||
|
||||
$template->assign('tanke', $tankex);
|
||||
$template->assign('content', 'tpl/ajax/tankeneu.tpl');
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue