Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fsini-informatik/fsfahrttool
  • kleemeis/fsfahrttool
2 results
Show changes
Showing
with 2648 additions and 1894 deletions
<?php
if (true) {
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
}
$config_databse_debug = false;
// URL where site is hosted with trailing slash
$config_baseurl = "http://localhost/fsfahrt/registration-system/";
// absolute path to doc root withOUT trailing slash
$config_basepath = __DIR__;
$config_impressum = 'https://fachschaft.informatik.hu-berlin.de/index.php/Fachschaft_Informatik:Impressum';
// database config
$config_db = [
"name" => "fsfahrt", // name of DB
"user" => "fsfahrt", // username
"pass" => "9Lug*96q", // password
"host" => "localhost", // host
"type" => "mysql" // type of DB - only tested with mysql (so better not change)!!
];
$config_use_openstreetmap = true;
2
\ No newline at end of file
registration-system/favicon.ico

766 B

This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
.DS_Store
nbproject
RainTPL
-------------
The easy and fast template engine for PHP. Rain.TPL makes application easier to create & enables designers/developers to work better together.
\ No newline at end of file
<?php
//include the RainTPL class
include "inc/rain.tpl.class.php";
// clean all the compiled templates from cache
array_map( "unlink", glob( raintpl::$cache_dir . "*.rtpl.php" ) );
echo "Cache is clean. Nice!";
?>
\ No newline at end of file
This diff is collapsed.
*.php
registration-system/frameworks/raintpl/tpl/img/bottom.gif

250 B

registration-system/frameworks/raintpl/tpl/img/logo.gif

3.93 KiB

registration-system/frameworks/raintpl/tpl/img/top.gif

414 B