Skip to content

Commit cf54e9b

Browse files
authored
Merge pull request #12 from virtual-labs/testing
Testing: Upgrade code
2 parents e2d975e + 758cfbc commit cf54e9b

File tree

18 files changed

+720
-969
lines changed

18 files changed

+720
-969
lines changed

experiment/assignment/arith.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
session_start();
3-
3+
$_GET["exp"] = "arith";
4+
$_SESSION["piping"] = 1;
45
if(isset($_GET["source"]) && isset($_GET["id"])) {
56
$_SESSION["currentS"]=$_GET["source"];
67
$_SESSION["id"]=$_GET["id"];

0 commit comments

Comments
 (0)