mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 17:44:22 +00:00
e6a3bb7db7
Update log system gold
19 lines
898 B
Smarty
19 lines
898 B
Smarty
<?php
|
|
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Project: TravianZ (Refactor incremental) ##
|
|
## File: 7.tpl ##
|
|
## Description: Finish All Plus ##
|
|
## Made by: alq0rsan ##
|
|
## Improved by: evader ##
|
|
## Refactor by: Shadow ##
|
|
## ##
|
|
#################################################################################
|
|
|
|
// 1. termină tot - NU îi dăm parametru ca să NU facă exit înăuntru
|
|
$building->finishAll('plus.php?id=3');
|
|
exit;
|
|
?>
|