-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcms_vign.php
More file actions
executable file
·25 lines (20 loc) · 819 Bytes
/
cms_vign.php
File metadata and controls
executable file
·25 lines (20 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
// +-------------------------------------------------+
// © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: cms_vign.php,v 1.5 2015-05-29 14:48:13 arenou Exp $
// définition du minimum nécéssaire
$base_path = ".";
$base_auth = ""; //"CIRCULATION_AUTH";
$base_title = "";
$base_noheader = 1;
$base_nocheck = 1;
$base_nobody = 1;
require_once($base_path."/classes/autoloader.class.php");
$autoloader = new autoloader();
$autoloader->add_register("cms_modules",true);
require_once ("$base_path/includes/init.inc.php");
session_write_close();
require_once($class_path."/cms/cms_logo.class.php");
$logo = new cms_logo($id,$type);
$logo->show_picture($mode);