Fix Emergency.php


Subject: Fix Emergency.php
Hey, I don't know if this file is still used but here's ow to fix it :

OPEN
Code: [Download] [Hide]
  1. emergency.php 

FIND
Code: [Download] [Hide]
  1. define('IN_ICYPHOENIX', true); 

AFTER, ADD
Code: [Download] [Hide]
  1. define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1)); 


FIND
Code: [Download] [Hide]
  1. include(IP_ROOT_PATH . 'includes/db/' . $dbms . '.' . PHP_EXT); 

REPLACE WITH
Code: [Download] [Hide]
  1. include(IP_ROOT_PATH . 'includes/db.' . PHP_EXT); 


(please excuse if there's any mistake, I'm on my phone)

Profile PM  
Subject: Re: Fix Emergency.php
Thanks for the fixes.

I think that file should be removed... I'll check.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0881s (PHP: 18% SQL: 82%)
SQL queries: 10 - Debug Off - GZIP Enabled