Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions index.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<?php

/*******************************************************************************
/*******************************************************************************
doorGets 5.0 - 01 Nov, 2013
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2013 By Mounir R'Quiba -> Crazy PHP Lover

/*******************************************************************************

Website : http://www.doorgets.com
Contact : http://www.doorgets.com/?contact

/*******************************************************************************
-= One life, One code =-
/*******************************************************************************

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

******************************************************************************
******************************************************************************/

session_start();

define('BASE','./setup/');
define('__DOORGETS__','http://www.doorgets.com/'); // Ne pas supprimer
require_once BASE.'config/config.php';

<?php
/*******************************************************************************
/*******************************************************************************
doorGets 6.0 - 20, February 2014
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2014 By Mounir R'Quiba -> Crazy PHP Lover
/*******************************************************************************
Website : http://www.doorgets.com
Contact : moonair@doorgets.com
/*******************************************************************************
-= One life, One code =-
/*******************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************
******************************************************************************/
session_start();
define('BASE','./setup/');
define('DOORGETS','http://www.doorgets.com/'); // Ne pas supprimer
require_once BASE.'config/config.php';
require_once ROUTER.'installerRouter.php';
4 changes: 4 additions & 0 deletions setup/cache/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

header("Location:../");
exit();
100 changes: 50 additions & 50 deletions setup/cache/template/admin.tpl.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
<?php

/*******************************************************************************
/*******************************************************************************
doorGets 5.0 - 01 Nov, 2013
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2013 By Mounir R'Quiba -> Crazy PHP Lover

/*******************************************************************************

Website : http://www.doorgets.com
Contact : http://www.doorgets.com/?contact

/*******************************************************************************
-= One life, One code =-
/*******************************************************************************

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

******************************************************************************
******************************************************************************/
?>
<div class="doorGets-content-wrapper">
<div class="doorGets-top-title-content">
doorGets 5.0
</div>
<div class="doorGets-title-content">
5/5 - <?php echo $doorgets->l("Administrateur"); ?>
</div>
<?php echo $doorgets->form['doorgets_admin']->open('post','',''); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Adresse e-mail'),'email','text',$this->info['email']); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Login'),'login','text',$this->info['login']); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Mot de passe'),'password','text'); ?>
<div class="separateur-tb"></div>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->submit($doorgets->l('Etape suivante'),'','submit-next'); echo $doorgets->form['doorgets_admin']->close(); echo $doorgets->getHtmlGoBack(); ?>
<?php
/*******************************************************************************
/*******************************************************************************
doorGets 6.0 - 20, February 2014
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2014 By Mounir R'Quiba -> Crazy PHP Lover
/*******************************************************************************
Website : http://www.doorgets.com
Contact : moonair@doorgets.com
/*******************************************************************************
-= One life, One code =-
/*******************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************
******************************************************************************/
?>
<div class="doorGets-content-wrapper">
<div class="doorGets-top-title-content">
doorGets 6.0 <small>Free OpenSource CMS PHP/MySQL</small>
</div>
<div class="doorGets-title-content">
5/5 - <?php echo $doorgets->l("Administrateur"); ?>
</div>
<?php echo $doorgets->form['doorgets_admin']->open('post','',''); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Adresse e-mail'),'email','text',$this->info['email']); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Login'),'login','text',$this->info['login']); ?>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->input($doorgets->l('Mot de passe'),'password','text'); ?>
<div class="separateur-tb"></div>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_admin']->submit($doorgets->l('Etape suivante'),'','submit-next'); echo $doorgets->form['doorgets_admin']->close(); echo $doorgets->getHtmlGoBack(); ?>
</div>
110 changes: 55 additions & 55 deletions setup/cache/template/chmod.tpl.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
<?php

/*******************************************************************************
/*******************************************************************************
doorGets 5.0 - 01 Nov, 2013
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2013 By Mounir R'Quiba -> Crazy PHP Lover

/*******************************************************************************

Website : http://www.doorgets.com
Contact : http://www.doorgets.com/?contact

/*******************************************************************************
-= One life, One code =-
/*******************************************************************************

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

******************************************************************************
******************************************************************************/
?>
<div class="doorGets-content-wrapper">
<div class="doorGets-top-title-content">
doorGets 5.0
</div>
<div class="doorGets-title-content">
2/5 - <?php echo $doorgets->l("Vérification de vos droits d'écriture"); ?>
</div>
<?php if($this->isChmod777()): ?>
<div class="info-ok">
<?php echo $doorgets->l("Vous avez bien les droits d'écriture !"); ?>
</div>
<?php echo $doorgets->form['doorgets_chmod']->open('post','',''); ?>
<?php echo $doorgets->form['doorgets_chmod']->input('','hidden','hidden','1'); ?>
<div class="separateur-tb"></div>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_chmod']->submit($doorgets->l('Etape suivante'),'','submit-next'); ?>
<?php echo $doorgets->form['doorgets_chmod']->close(); else: ?>
<div class="info-no-ok">
<?php echo $doorgets->l("Votre dossier n'a pas les droits d'écriture..."); ?>
</div>
<div class="separateur-tb"></div>
<?php endif; echo $doorgets->getHtmlGoBack(); ?>
<?php
/*******************************************************************************
/*******************************************************************************
doorGets 6.0 - 20, February 2014
doorGets it's free PHP Open Source CMS PHP & MySQL
Copyright (C) 2012 - 2014 By Mounir R'Quiba -> Crazy PHP Lover
/*******************************************************************************
Website : http://www.doorgets.com
Contact : moonair@doorgets.com
/*******************************************************************************
-= One life, One code =-
/*******************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************
******************************************************************************/
?>
<div class="doorGets-content-wrapper">
<div class="doorGets-top-title-content">
doorGets 6.0 <small>Free OpenSource CMS PHP/MySQL</small>
</div>
<div class="doorGets-title-content">
2/5 - <?php echo $doorgets->l("Vérification de vos droits d'écriture"); ?>
</div>
<?php if($this->isChmod777()): ?>
<div class="info-ok">
<?php echo $doorgets->l("Vous avez bien les droits d'écriture !"); ?>
</div>
<?php echo $doorgets->form['doorgets_chmod']->open('post','',''); ?>
<?php echo $doorgets->form['doorgets_chmod']->input('','hidden','hidden','1'); ?>
<div class="separateur-tb"></div>
<div class="separateur-tb"></div>
<?php echo $doorgets->form['doorgets_chmod']->submit($doorgets->l('Etape suivante'),'','submit-next'); ?>
<?php echo $doorgets->form['doorgets_chmod']->close(); else: ?>
<div class="info-no-ok">
<?php echo $doorgets->l("Votre dossier n'a pas les droits d'écriture..."); ?>
</div>
<div class="separateur-tb"></div>
<?php endif; echo $doorgets->getHtmlGoBack(); ?>
</div>
Loading