File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * This file provided by Facebook is for non-commercial testing and evaluation purposes only.
3
+ * Facebook reserves all rights not expressly granted.
4
+ *
5
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8
+ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
9
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
10
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11
+ */
12
+
1
13
package main
2
14
3
15
import (
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * This file provided by Facebook is for non-commercial testing and evaluation purposes only.
4
+ * Facebook reserves all rights not expressly granted.
5
+ *
6
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9
+ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
10
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
11
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
+ */
2
13
$ scriptInvokedFromCli =
3
14
isset ($ _SERVER ['argv ' ][0 ]) && $ _SERVER ['argv ' ][0 ] === 'server.php ' ;
4
15
@@ -36,4 +47,3 @@ function routeRequest()
36
47
return false ;
37
48
}
38
49
}
39
-
You can’t perform that action at this time.
0 commit comments