Ignore:
Timestamp:
Nov 14, 2011, 11:17:15 PM (12 years ago)
Author:
dj3c1t
Message:

passage a Fluxbb 1.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rsr.v5.1.dev/web/punbb/pun_integration.php

    r1 r3  
    11<?php
    2  
    3   # traitement de la requÚte
     2
     3  if(!isset($env))
     4  { $site_path = "../";
     5    require $site_path."pathes.php";
     6    require_once $site_path.RSR_APP_PATH."env.php";
     7    $env = new env($site_path.RSR_CONFIG_FILE, $site_path);
     8  }
     9
     10  # traitement de la requete
    411  require $env->path("app")."main.php";
    512
Note: See TracChangeset for help on using the changeset viewer.