@@ -10,13 +10,13 @@ $old_battle = true;
|
||||
|
||||
if( isset($_COOKIE['newbattle']) ) {
|
||||
$old_battle = false;
|
||||
include('btl_2.php');
|
||||
require_once('btl_2.php');
|
||||
die();
|
||||
}
|
||||
|
||||
|
||||
|
||||
include('jx/battle/log_text.php');
|
||||
require_once('jx/battle/log_text.php');
|
||||
|
||||
if( $old_battle == true ) {
|
||||
|
||||
@@ -761,9 +761,9 @@ function timedCount() { //reflesh_btn
|
||||
refleshPoints();
|
||||
</script>
|
||||
<?
|
||||
include('_incl_data/class/_cron_.php');
|
||||
include('_incl_data/class/__battle.php');
|
||||
include('jx/battle/refresh1.php'); ?>
|
||||
require_once('_incl_data/class/_cron_.php');
|
||||
require_once('_incl_data/class/__battle.php');
|
||||
require_once('jx/battle/refresh1.php'); ?>
|
||||
</div>
|
||||
<?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user