nbproject

This commit is contained in:
Nael 2013-09-29 12:21:45 +02:00
parent 4b978597f3
commit c06c323999
6 changed files with 59 additions and 0 deletions

12
index.php Normal file
View File

@ -0,0 +1,12 @@
<?php
require_once '../system/autoload.inc.php'; //SYSTEM Classes
require_once 'mojotrollz/autoload.inc.php'; //Project Classes
require_once 'config.php';
SYSTEM\system::start($mojotrollz_config);
\SYSTEM\system::include_ExceptionShortcut();
\SYSTEM\system::include_ResultShortcut();
\SYSTEM\system::register_errorhandler_dbwriter();
\SYSTEM\system::register_errorhandler_jsonoutput();
echo \SYSTEM\API\api::run('\SYSTEM\API\verify','page_mojotrollz',array_merge($_POST,$_GET),1,false,true)->html();

BIN
logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 KiB

View File

@ -0,0 +1,14 @@
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div>TODO write content</div>
</body>
</html>

View File

@ -0,0 +1,14 @@
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>server handling</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div>TODO write content</div>
</body>
</html>

View File

@ -0,0 +1,10 @@
file.reference.Webdesign-system=../system
include.path=\
${php.global.include.path}:\
${file.reference.Webdesign-system}
php.version=PHP_54
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.

9
nbproject/project.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>mojotrollz</name>
</data>
</configuration>
</project>