Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1084286
custom
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Aug 6, 11:03 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Fri, Aug 8, 11:03 AM (1 h, 52 m)
Engine
blob
Format
Raw Data
Handle
704301
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/1.0.x/admin/index.php
===================================================================
--- branches/1.0.x/admin/index.php (revision 12144)
+++ branches/1.0.x/admin/index.php (nonexistent)
@@ -1,21 +0,0 @@
-<?php
-$start = getmicrotime();
-
-define('ADMIN', 1);
-define('FULL_PATH', realpath(dirname(__FILE__).'/..') );
-include_once(FULL_PATH.'/core/kernel/startup.php');
-
-$application =& kApplication::Instance();
-$application->Init();
-$application->Run();
-$application->Done();
-
-$end = getmicrotime();
-
-function getmicrotime()
-{
- list($usec, $sec) = explode(" ", microtime());
- return ((float)$usec + (float)$sec);
-}
-
-?>
\ No newline at end of file
Property changes on: branches/1.0.x/admin/index.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/1.0.x/index.php
===================================================================
--- branches/1.0.x/index.php (revision 12144)
+++ branches/1.0.x/index.php (nonexistent)
@@ -1,19 +0,0 @@
-<?php
-$start = getmicrotime();
-
-define('FULL_PATH', realpath(dirname(__FILE__)));
-include_once(FULL_PATH.'/core/kernel/startup.php');
-
-$application =& kApplication::Instance();
-$application->Init();
-$application->Run();
-$application->Done();
-
-$end = getmicrotime();
-
-function getmicrotime()
-{
- list($usec, $sec) = explode(" ", microtime());
- return ((float)$usec + (float)$sec);
-}
-?>
\ No newline at end of file
Property changes on: branches/1.0.x/index.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/1.0.x/sample.htaccess
===================================================================
--- branches/1.0.x/sample.htaccess (revision 12144)
+++ branches/1.0.x/sample.htaccess (nonexistent)
@@ -1,9 +0,0 @@
-#Options +FollowSymLinks
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME}/ !-f
-RewriteCond %{REQUEST_FILENAME}/index.php !-f
-RewriteCond %{REQUEST_FILENAME}/index.html !-f
-RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico|swf)$ [NC]
-RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA]
Property changes on: branches/1.0.x/sample.htaccess
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Event Timeline
Log In to Comment