nbproject
This commit is contained in:
parent
4b978597f3
commit
c06c323999
12
index.php
Normal file
12
index.php
Normal 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();
|
||||||
14
mojotrollz/page/default_page/lounge.html
Normal file
14
mojotrollz/page/default_page/lounge.html
Normal 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>
|
||||||
14
mojotrollz/sai/saimod_mojotrollz_server_handling/main.html
Normal file
14
mojotrollz/sai/saimod_mojotrollz_server_handling/main.html
Normal 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>
|
||||||
10
nbproject/project.properties
Normal file
10
nbproject/project.properties
Normal 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
9
nbproject/project.xml
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user