include to require_once

This commit is contained in:
2022-06-25 16:02:40 +03:00
parent 1406f27cd6
commit 03a4fa1275
84 changed files with 2741 additions and 17188 deletions
+5 -5
View File
@@ -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>
<?